We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff57d09 commit aad7773Copy full SHA for aad7773
onnxscript/optimizer/_constant_folding.py
@@ -974,6 +974,7 @@ def __init__(
974
self._sizes: dict[str, int] = {}
975
self._modified: bool = False
976
self._state = OptimizerState()
977
+ # Count of unknown (None) symbolic dimensions seen so far for generating unique names
978
self._unknown_dim_count = 0
979
self._reset()
980
0 commit comments