Skip to content

Commit aad7773

Browse files
committed
docs
Signed-off-by: Justin Chu <[email protected]>
1 parent ff57d09 commit aad7773

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

onnxscript/optimizer/_constant_folding.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,7 @@ def __init__(
974974
self._sizes: dict[str, int] = {}
975975
self._modified: bool = False
976976
self._state = OptimizerState()
977+
# Count of unknown (None) symbolic dimensions seen so far for generating unique names
977978
self._unknown_dim_count = 0
978979
self._reset()
979980

0 commit comments

Comments
 (0)