Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/nn/modules/
H A Dpixelshuffle.py10 class PixelShuffle(Module): class
/aosp_15_r20/external/executorch/backends/qualcomm/tests/
H A Dmodels.py704 class PixelShuffle(torch.nn.Module): class
/aosp_15_r20/external/executorch/backends/apple/mps/test/
H A Dtest_mps.py201 class PixelShuffle(torch.nn.Module): class
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dfunctional.cpp1751 TEST_F(FunctionalTest, PixelShuffle) { in TEST_F() argument
H A Dmodules.cpp2917 TEST_F(ModulesTest, PixelShuffle) { in TEST_F() argument
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_pytorch_onnx_onnxruntime.py7070 class PixelShuffle(torch.nn.Module): class