We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
numpy_t
transpose
1 parent e72db64 commit 7a07062Copy full SHA for 7a07062
coremltools/converters/mil/frontend/torch/ops.py
@@ -788,7 +788,7 @@ def gt(context, node):
788
context.add(greater)
789
790
791
-@register_torch_op(torch_alias=["t"])
+@register_torch_op(torch_alias=["t", "numpy_t"])
792
def transpose(context, node):
793
assert len(node.outputs) == 1
794
inputs = _get_inputs(context, node)
0 commit comments