Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
Dconvolution_transposed_selector.cc61 } else if (IsConvolutionTransposed4x4Supported(op_def, attr)) { in SelectConvolutionTransposedPowerVR()
114 if (IsConvolutionTransposed4x4Supported(op_def, attr)) { in SelectConvolutionTransposedWithDynamicWeights()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconvolution_transposed_4x4.h94 bool IsConvolutionTransposed4x4Supported(
Dconvolution_transposed_4x4.cc418 bool IsConvolutionTransposed4x4Supported( in IsConvolutionTransposed4x4Supported() function