Home
last modified time | relevance | path

Searched defs:PixelUnshuffle (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/torch/nn/modules/
Dpixelshuffle.py65 class PixelUnshuffle(Module): class
/external/executorch/backends/qualcomm/tests/
Dmodels.py713 class PixelUnshuffle(torch.nn.Module): class
/external/pytorch/test/cpp/api/
Dfunctional.cpp1768 TEST_F(FunctionalTest, PixelUnshuffle) { in TEST_F() argument
Dmodules.cpp2935 TEST_F(ModulesTest, PixelUnshuffle) { in TEST_F() argument
/external/pytorch/test/onnx/
Dtest_pytorch_onnx_onnxruntime.py7087 class PixelUnshuffle(torch.nn.Module): class