Searched defs:scale_kernel (Results 1 – 4 of 4) sorted by relevance
97 auto scale_kernel = std::make_unique<NEScale>(); in configure() local
122 auto scale_kernel = std::make_unique<kernels::CpuScaleKernel>(); in configure() local
145 auto scale_kernel = std::make_unique<CLScale>(); in configure() local
81 static void scale_kernel( in scale_kernel() function