Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuDepthwiseConv2d.cpp448 …_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
H A DCpuDepthwiseConv2d.h79 …static DepthwiseConvolutionFunction get_depthwiseconvolution_function(const ITensorInfo *src, cons…
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEDepthwiseConvolutionLayer.cpp317 …_impl->depth_conv_func = _impl->op->get_depthwiseconvolution_function(input->info(), weights->info… in configure()