Skip to content

Commit a64c160

Browse files
committed
support BatchMatMulV2
1 parent aa19744 commit a64c160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/onnx_opset/math.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def version_1(cls, ctx, node, **kwargs):
271271
name=op_name, shapes=shapes, dtypes=dtypes)
272272

273273

274-
@tf_op(["MatMul", "BatchMatMul"])
274+
@tf_op(["MatMul", "BatchMatMul", "BatchMatMulV2"])
275275
class MatMul:
276276
@classmethod
277277
def version_1(cls, ctx, node, **kwargs):

0 commit comments

Comments
 (0)