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
  • Loading branch information
justinchuby authored Oct 3, 2024
1 parent f0ccdec commit 855a346
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 @@ -6620,7 +6620,7 @@ def aten_positive(self: TensorType) -> TensorType:
"aten::pow.Tensor_Scalar",
"_operator::pow",
),
traceable=True
traceable=True,
)
def aten_pow(self: TReal, exponent: TTensor) -> TReal:
"""pow(Tensor self, Tensor exponent) -> Tensor"""
Expand Down

0 comments on commit 855a346

Please sign in to comment.