Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
Dconvolution_transposed_selector.cc57 } else if (IsConvolutionTransposed3x3Supported(op_def, attr)) { in SelectConvolutionTransposedPowerVR()
125 } else if (IsConvolutionTransposed3x3Supported(op_def, attr)) { in SelectConvolutionTransposedWithDynamicWeights()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconvolution_transposed_3x3.h93 bool IsConvolutionTransposed3x3Supported(
Dconvolution_transposed_3x3.cc414 bool IsConvolutionTransposed3x3Supported( in IsConvolutionTransposed3x3Supported() function