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.
1 parent 1d7912a commit c24f3e8Copy full SHA for c24f3e8
backends/apple/coreml/compiler/torch_ops.py
@@ -38,6 +38,7 @@ def unbind_copy(context, node):
38
unbind(context, node)
39
40
41
+# https://github.com/apple/coremltools/pull/2563
42
@register_torch_op(override=False)
43
def split_copy(context, node):
44
split(context, node)
0 commit comments