Skip to content

Commit

Permalink
remove aten::where.default overload as it is not compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Bludator committed Dec 1, 2024
1 parent 99cf79f commit e58a2b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion onnxscript/function_libs/torch_lib/ops/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -8861,7 +8861,6 @@ def reshape_to_2d(tensor):

@torch_op(
(
"aten::where",
"aten::where.Scalar",
"aten::where.ScalarSelf",
"aten::where.ScalarOther",
Expand Down

0 comments on commit e58a2b8

Please sign in to comment.