Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/NEON/functions/
DNEDepthwiseConvolutionLayer.cpp258 auto depthwise_conv_kernel = std::make_unique<cpu::kernels::CpuDepthwiseConv2dNativeKernel>(); in configure() local
259depthwise_conv_kernel->configure(input_to_use->info(), weights_to_use->info(), biases == nullptr ?… in configure()