Home
last modified time | relevance | path

Searched defs:downscale_factor (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DPixelShuffleKernel.cpp117 int64_t downscale_factor) { in cpu_pixel_unshuffle()
158 int64_t downscale_factor) { in cpu_pixel_unshuffle_channels_last()
223 int64_t downscale_factor) { in pixel_unshuffle_kernel_impl()
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_pixel_unshuffle.cpp19 int64_t downscale_factor, in pixel_unshuffle_impl()
73 int64_t downscale_factor, in pixel_unshuffle_out()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DPixelShuffle.cpp47 Tensor pixel_unshuffle_cpu(const Tensor& self, int64_t downscale_factor) { in pixel_unshuffle_cpu()
116 Tensor math_pixel_unshuffle(const Tensor& self, int64_t downscale_factor) { in math_pixel_unshuffle()
H A DPixelShuffle.h21 inline void check_pixel_unshuffle_shapes(const Tensor& self, int64_t downscale_factor) { in check_pixel_unshuffle_shapes()
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dpixelshuffle.h15 inline Tensor pixel_unshuffle(const Tensor& input, int64_t downscale_factor) { in pixel_unshuffle()
/aosp_15_r20/external/executorch/kernels/portable/cpu/util/
H A Dcopy_ops_util.cpp332 int64_t downscale_factor, in check_pixel_unshuffle_args()
367 int64_t downscale_factor, in get_pixel_unshuffle_out_target_size()
/aosp_15_r20/external/pytorch/torch/csrc/lazy/ts_backend/
H A Dts_native_functions.cpp435 int64_t downscale_factor) { in pixel_unshuffle()
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py4198 def pixel_unshuffle(g: jit_utils.GraphContext, self, downscale_factor): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_mps.py1355 downscale_factor=None): argument
H A Dtest_nn.py4443 downscale_factor=None): argument