Skip to content

Commit 1d62c51

Browse files
committed
fix tiny bug
1 parent d00d823 commit 1d62c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_array_api/graph_api/graph_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def _get_tensor_shape(
168168
if att.name == "value_float":
169169
return tuple()
170170
if att.name == "value_int":
171-
return tuple(att.i)
171+
return tuple()
172172
if att.name == "value_floats":
173173
return tuple(att.floats)
174174
if att.name == "value_ints":

0 commit comments

Comments
 (0)