Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/CL/functions/
DCLDepthwiseConvolutionLayer.cpp128 _dwc_native_kernel(support::cpp14::make_unique<CLDepthwiseConvolutionLayerNativeKernel>()), in CLDepthwiseConvolutionLayerGeneric()
217_dwc_native_kernel->configure(compile_context, input_to_use, weights_to_use, biases, output_to_use, in configure()
313 CLScheduler::get().enqueue(*_dwc_native_kernel); in run()
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLDepthwiseConvolutionLayer.h317 std::unique_ptr<CLDepthwiseConvolutionLayerNativeKernel> _dwc_native_kernel; variable