Skip to content

Commit b5ca729

Browse files
justinchubyCopilot
andauthored
Update onnxscript/function_libs/torch_lib/ops/core.py
Co-authored-by: Copilot <[email protected]>
1 parent 9351d51 commit b5ca729

File tree

1 file changed

+1
-1
lines changed
  • onnxscript/function_libs/torch_lib/ops

1 file changed

+1
-1
lines changed

onnxscript/function_libs/torch_lib/ops/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5056,7 +5056,7 @@ def aten_logical_or(self: TTensor, other: TTensor) -> BOOL:
50565056
return op.Or(op.Cast(self, to=BOOL.dtype), op.Cast(other, to=BOOL.dtype))
50575057

50585058

5059-
@torch_op(("aten::logical_xor"), trace_only=True)
5059+
@torch_op("aten::logical_xor", trace_only=True)
50605060
def aten_logical_xor(self: TTensor, other: TTensor) -> BOOL:
50615061
"""logical_xor(Tensor self, Tensor other) -> Tensor"""
50625062

0 commit comments

Comments
 (0)