Searched refs:get_depthwiseconvolution_function (Results 1 – 3 of 3) sorted by relevance
448 …_depth_conv_func = get_depthwiseconvolution_function(src, weights, (biases != nullptr) ? biases : … in configure()464 …DepthwiseConvolutionFunction depth_conv_func = get_depthwiseconvolution_function(src, weights, bia… in validate()478 DepthwiseConvolutionFunction CpuDepthwiseConv2d::get_depthwiseconvolution_function(const ITensorInf… in get_depthwiseconvolution_function() function in arm_compute::cpu::CpuDepthwiseConv2d
79 …static DepthwiseConvolutionFunction get_depthwiseconvolution_function(const ITensorInfo *src, cons…
317 …_impl->depth_conv_func = _impl->op->get_depthwiseconvolution_function(input->info(), weights->info… in configure()