Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
Ddw_convolution_selector.cc29 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()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv_3x3.h149 bool IsDepthwiseConv3x3Supported(const DepthwiseConvolution2DAttributes& attr);
Ddepthwise_conv_3x3.cc302 bool IsDepthwiseConv3x3Supported(const DepthwiseConvolution2DAttributes& attr) { in IsDepthwiseConv3x3Supported() function