Searched refs:DepthwiseConvolutionFunction (Results 1 – 4 of 4) sorted by relevance
451 case DepthwiseConvolutionFunction::OPTIMIZED: in configure()454 case DepthwiseConvolutionFunction::GENERIC: in configure()464 …DepthwiseConvolutionFunction 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 …]
79 …static DepthwiseConvolutionFunction get_depthwiseconvolution_function(const ITensorInfo *src, cons…204 DepthwiseConvolutionFunction _depth_conv_func{ DepthwiseConvolutionFunction::GENERIC };
303 …DepthwiseConvolutionFunction 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()
145 enum class DepthwiseConvolutionFunction enum