Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/nn/modules/
H A Dupsampling.py14 class Upsample(Module): class
/aosp_15_r20/external/executorch/backends/arm/test/ops/
H A Dtest_upsample_nearest2d.py52 class Upsample(torch.nn.Module): class in TestUpsampleNearest2d
/aosp_15_r20/external/pytorch/test/mobile/lightweight_dispatch/
H A Dtest_codegen_unboxing.cpp122 TEST(LiteInterpreterTest, Upsample) { in TEST() argument
/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Dintra_edge_neon.cc217 uint8x8_t Upsample(const uint8x8_t src0, const uint8x8_t src1, in Upsample() function
/aosp_15_r20/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_resampler.cc253 __attribute__((no_sanitize("integer"))) void Upsample(unsigned ratio, const T* in, int in_stride, in Upsample() function in bluetooth::audio::asrc::SourceAudioHalAsrc::Resampler