We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b03c0 commit 0203af0Copy full SHA for 0203af0
onnxscript/function_libs/torch_lib/ops/core.py
@@ -6711,7 +6711,7 @@ def aten_pixel_shuffle(self: TReal, upscale_factor: int) -> TReal:
6711
return op.Reshape(depth_to_space, output_shape, allowzero=True)
6712
6713
6714
-@torch_op("aten::pixel_unshuffle")
+@torch_op("aten::pixel_unshuffle" trace_only=True)
6715
def aten_pixel_unshuffle(self: TReal, downscale_factor: int) -> TReal:
6716
"""pixel_unshuffle(Tensor self, int downscale_factor) -> Tensor"""
6717
if len(self.shape) == 4:
0 commit comments