Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bhack authored Sep 25, 2024
1 parent 1e51ca9 commit c5bc38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxscript/function_libs/torch_lib/ops/nn.py
Original file line number Diff line number Diff line change
Expand Up @@ -2417,7 +2417,7 @@ def aten_upsample_bicubic2d(
)


@torch_op(("aten::upsample_bicubic2d.vec", "aten::upsample_linear1d.vec", trace_only=True)
@torch_op(("aten::upsample_bicubic2d.vec", "aten::upsample_linear1d.vec"), trace_only=True)
def aten_upsample_bicubic2d_vec(
self: TReal,
output_size: INT64,
Expand Down

0 comments on commit c5bc38b

Please sign in to comment.