Skip to content

Commit 323a8f6

Browse files
link fixes
1 parent 9c2342d commit 323a8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxscript/rewriter/_fusion_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
from typing import Sequence, Union
66

7-
87
from onnxscript import ir
98

109
Dim = Union[int, ir.SymbolicDim]
1110

11+
1212
def _check_shape(bindings: dict[str, Dim], val: ir.Value, shape: Sequence[str]) -> bool:
1313
if val.shape is None:
1414
return False

0 commit comments

Comments
 (0)