Home
last modified time | relevance | path

Searched refs:_dwc_native_kernel (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLDepthwiseConvolutionLayer.cpp46 _dwc_native_kernel(std::make_unique<CLDepthwiseConvolutionLayerNativeKernel>()), in CLDepthwiseConvolutionLayer()
140 _dwc_native_kernel->set_target(gpu_target); in configure()
141_dwc_native_kernel->configure(compile_context, input_to_use, weights_to_use, biases, output_to_use, in configure()
249 CLScheduler::get().enqueue(*_dwc_native_kernel); in run()
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/functions/
H A DCLDepthwiseConvolutionLayer.h121 std::unique_ptr<CLDepthwiseConvolutionLayerNativeKernel> _dwc_native_kernel; variable