Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuDepthwiseConv2d.cpp451 case DepthwiseConvolutionFunction::OPTIMIZED: in configure()
454 case DepthwiseConvolutionFunction::GENERIC: in configure()
464DepthwiseConvolutionFunction depth_conv_func = get_depthwiseconvolution_function(src, weights, bia… in validate()
467 case DepthwiseConvolutionFunction::OPTIMIZED: in validate()
470 case DepthwiseConvolutionFunction::GENERIC: in validate()
478 DepthwiseConvolutionFunction CpuDepthwiseConv2d::get_depthwiseconvolution_function(const ITensorInf… in get_depthwiseconvolution_function()
483 return DepthwiseConvolutionFunction::OPTIMIZED; in get_depthwiseconvolution_function()
487 return DepthwiseConvolutionFunction::GENERIC; in get_depthwiseconvolution_function()
495 case DepthwiseConvolutionFunction::OPTIMIZED: in run()
498 case DepthwiseConvolutionFunction::GENERIC: in run()
[all …]
H A DCpuDepthwiseConv2d.h79 …static DepthwiseConvolutionFunction get_depthwiseconvolution_function(const ITensorInfo *src, cons…
204 DepthwiseConvolutionFunction _depth_conv_func{ DepthwiseConvolutionFunction::GENERIC };
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEDepthwiseConvolutionLayer.cpp303DepthwiseConvolutionFunction depth_conv_func{ DepthwiseConvolutionFunction::OPTIMI…
321 case DepthwiseConvolutionFunction::OPTIMIZED: in configure()
324 case DepthwiseConvolutionFunction::GENERIC: in configure()
343 case DepthwiseConvolutionFunction::OPTIMIZED: in run()
346 case DepthwiseConvolutionFunction::GENERIC: in run()
358 case DepthwiseConvolutionFunction::OPTIMIZED: in prepare()
361 case DepthwiseConvolutionFunction::GENERIC: in prepare()
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTypes.h145 enum class DepthwiseConvolutionFunction enum