Skip to content

Commit a26965b

Browse files
committed
fix typo
1 parent 3765dd0 commit a26965b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/onnx_opset/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def version_1(cls, ctx, node, **kwargs):
4747
@classmethod
4848
def version_9(cls, ctx, node, **kwargs):
4949
if node.inputs[0].is_const():
50-
version_1(cls, ctx, node, **kwargs)
50+
cls.version_1(ctx, node, **kwargs)
5151
else:
5252
seed = node.get_attr("seed")
5353
node.set_attr("seed", float(seed.f))

0 commit comments

Comments
 (0)