Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNECropResize.cpp97 auto scale_kernel = std::make_unique<NEScale>(); in configure() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuScale.cpp122 auto scale_kernel = std::make_unique<kernels::CpuScaleKernel>(); in configure() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLCropResize.cpp145 auto scale_kernel = std::make_unique<CLScale>(); in configure() local
/aosp_15_r20/external/libopus/dnn/
H A Dnndsp.c81 static void scale_kernel( in scale_kernel() function