Skip to content

Commit 9c2d5cd

Browse files
justinchubyCopilot
andauthored
Update onnxscript/function_libs/torch_lib/ops/core.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0203af0 commit 9c2d5cd

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
@@ -6711,7 +6711,7 @@ def aten_pixel_shuffle(self: TReal, upscale_factor: int) -> TReal:
67116711
return op.Reshape(depth_to_space, output_shape, allowzero=True)
67126712

67136713

6714-
@torch_op("aten::pixel_unshuffle" trace_only=True)
6714+
@torch_op("aten::pixel_unshuffle", trace_only=True)
67156715
def aten_pixel_unshuffle(self: TReal, downscale_factor: int) -> TReal:
67166716
"""pixel_unshuffle(Tensor self, int downscale_factor) -> Tensor"""
67176717
if len(self.shape) == 4:

0 commit comments

Comments
 (0)