Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconvolution_transposed_thin.cc62 const std::string type_postfix = in GenerateConvolutionTransposedCode() local
70 accum_type = "float" + type_postfix; in GenerateConvolutionTransposedCode()
73 accum_type = "half" + type_postfix; in GenerateConvolutionTransposedCode()