We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e963b commit fe45589Copy full SHA for fe45589
onnxscript/function_libs/torch_lib/ops/core.py
@@ -4285,7 +4285,7 @@ def _make_reshape_list_broadcastable(reshape_list, values_shape):
4285
indices = list(indices) + [None] * (self_rank - len(indices))
4286
4287
# Get values shape (we use .numpy to make it hashable)
4288
- values_shape = values.shape.numpy()
+ values_shape = values.shape
4289
4290
index_vectors = []
4291
for i in range(self_rank):
0 commit comments