Skip to content

Commit c24f3e8

Browse files
authored
Update torch_ops.py
1 parent 1d7912a commit c24f3e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/apple/coreml/compiler/torch_ops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def unbind_copy(context, node):
3838
unbind(context, node)
3939

4040

41+
# https://github.com/apple/coremltools/pull/2563
4142
@register_torch_op(override=False)
4243
def split_copy(context, node):
4344
split(context, node)

0 commit comments

Comments
 (0)