Searched refs:depthwise_conv_kernel (Results 1 – 1 of 1) sorted by relevance
258 auto depthwise_conv_kernel = std::make_unique<cpu::kernels::CpuDepthwiseConv2dNativeKernel>(); in configure() local259 …depthwise_conv_kernel->configure(input_to_use->info(), weights_to_use->info(), biases == nullptr ?… in configure()