Searched refs:IsDepthwiseConv3x3Supported (Results 1 – 3 of 3) sorted by relevance
29 if (IsDepthwiseConv3x3Supported(attr)) { in SelectDWConvolutionAdreno()41 if (IsDepthwiseConv3x3Supported(attr)) { in SelectDWConvolutionPowerVR()57 if (IsDepthwiseConv3x3Supported(attr) && !mali_info.IsMidgard() && in SelectDWConvolutionMali()70 if (IsDepthwiseConv3x3Supported(attr)) { in SelectDWConvolutionApple()
149 bool IsDepthwiseConv3x3Supported(const DepthwiseConvolution2DAttributes& attr);
302 bool IsDepthwiseConv3x3Supported(const DepthwiseConvolution2DAttributes& attr) { in IsDepthwiseConv3x3Supported() function