Searched refs:_dwc_native_kernel (Results 1 – 2 of 2) sorted by relevance
46 _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()
121 std::unique_ptr<CLDepthwiseConvolutionLayerNativeKernel> _dwc_native_kernel; variable