Skip to content

Commit 595007b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent de59987 commit 595007b

File tree

1 file changed

+1
-1
lines changed
  • neural_compressor/adaptor/ox_utils

1 file changed

+1
-1
lines changed

neural_compressor/adaptor/ox_utils/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ def to_numpy(data):
602602

603603
class SymbolicShapeInference(symbolic_shape_infer.SymbolicShapeInference):
604604
"""Shape inference for ONNX model."""
605-
605+
606606
def __init__(self, int_max, auto_merge, guess_output_rank, verbose, prefix="", base_dir=""):
607607
"""Initialize Shape inference class."""
608608
super().__init__(int_max, auto_merge, guess_output_rank, verbose, prefix)

0 commit comments

Comments
 (0)