Home
last modified time | relevance | path

Searched defs:pixel_shuffle (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dpixelshuffle.h11 inline Tensor pixel_shuffle(const Tensor& input, int64_t upscale_factor) { in pixel_shuffle() function
33 inline Tensor pixel_shuffle( in pixel_shuffle() function
/aosp_15_r20/external/pytorch/torch/csrc/lazy/ts_backend/
H A Dts_native_functions.cpp427 at::Tensor LazyNativeFunctions::pixel_shuffle( in pixel_shuffle() function in torch::lazy::LazyNativeFunctions
/aosp_15_r20/external/pytorch/torch/_refs/nn/functional/
H A D__init__.py1220 def pixel_shuffle(self: Tensor, upscale_factor: int): function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset11.py327 def pixel_shuffle(g: jit_utils.GraphContext, self, upscale_factor): function
H A Dsymbolic_opset9.py4126 def pixel_shuffle(g: jit_utils.GraphContext, self, upscale_factor): function
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py4042 pixel_shuffle = _add_docstr( variable