Skip to content

Commit e498134

Browse files
committed
add contrib domain for Inverse
1 parent 8a3164f commit e498134

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
@@ -555,7 +555,7 @@ def version_12(cls, ctx, node, **kwargs):
555555
dtypes = node.output_dtypes
556556
ctx.remove_node(node.name)
557557
ctx.make_node("Inverse", inputs=node.input, outputs=node.output, name=node.name,
558-
shapes=shapes, dtypes=dtypes)
558+
domain=constants.MICROSOFT_DOMAIN, shapes=shapes, dtypes=dtypes)
559559

560560
@tf_op("SquaredDistance")
561561
class SquaredDistance:

0 commit comments

Comments
 (0)