Skip to content

Commit 1ffebcd

Browse files
committed
specify domain
1 parent fd21dda commit 1ffebcd

File tree

1 file changed

+1
-1
lines changed
  • tf2onnx/custom_opsets

1 file changed

+1
-1
lines changed

tf2onnx/custom_opsets/ms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def version_1(cls, ctx, node, **kwargs):
9393
if "explicit_paddings" in node.attr:
9494
node.attr.pop("explicit_paddings")
9595

96-
@tf_op("CropAndResize")
96+
@tf_op("CropAndResize", domain=constants.MICROSOFT_DOMAIN)
9797
class CropAndResize:
9898
@classmethod
9999
def version_11(cls, ctx, node, **kwargs):

0 commit comments

Comments
 (0)