Home
last modified time | relevance | path

Searched defs:Upsample (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/torch/nn/modules/
Dupsampling.py14 class Upsample(Module): class
/external/executorch/backends/arm/test/ops/
Dtest_upsample_nearest2d.py52 class Upsample(torch.nn.Module): class in TestUpsampleNearest2d
/external/pytorch/test/mobile/lightweight_dispatch/
Dtest_codegen_unboxing.cpp122 TEST(LiteInterpreterTest, Upsample) { in TEST() argument
/external/libgav1/src/dsp/arm/
Dintra_edge_neon.cc217 uint8x8_t Upsample(const uint8x8_t src0, const uint8x8_t src1, in Upsample() function