Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
Dconvolution_transposed_selector.cc35 } else if (IsConvolutionTransposed3x3ThinSupported(attr)) { in SelectConvolutionTransposedAdreno()
53 } else if (IsConvolutionTransposed3x3ThinSupported(attr)) { in SelectConvolutionTransposedPowerVR()
100 if (IsConvolutionTransposed3x3ThinSupported(attr)) { in SelectConvolutionTransposedWithDynamicWeights()
119 } else if (IsConvolutionTransposed3x3ThinSupported(attr)) { in SelectConvolutionTransposedWithDynamicWeights()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconvolution_transposed_3x3_thin.h82 bool IsConvolutionTransposed3x3ThinSupported(
Dconvolution_transposed_3x3_thin.cc226 bool IsConvolutionTransposed3x3ThinSupported( in IsConvolutionTransposed3x3ThinSupported() function