Skip to content

Commit

Permalink
Update onnxscript/function_libs/torch_lib/ops/core.py
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Chu <[email protected]>
  • Loading branch information
a-gardner1 and justinchuby committed May 20, 2024
1 parent 5f9f6b1 commit 4a39cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxscript/function_libs/torch_lib/ops/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -8399,7 +8399,7 @@ def aten_unique(


@torch_op("aten::_unique2")
def aten_unique2(
def aten__unique2(
self: TensorType,
sorted: bool = True,
return_inverse: bool = False,
Expand Down

0 comments on commit 4a39cb6

Please sign in to comment.