Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
Ddepthwise_conv_plus_1x1_conv.cc195 const std::string s_postfix = postfixes[src_ch_count - 1]; in GenerateCode() local
198 c += " src" + s_postfix + " = args.src_tensor.Read(x_c, y_c, " + in GenerateCode()
199 std::to_string(d) + ")" + s_postfix + multiplier + ";\n"; in GenerateCode()
200 c += " dw_res_" + std::to_string(d) + s_postfix + " += src" + in GenerateCode()
201 s_postfix + " * constants[" + std::to_string(weights_counter++) + in GenerateCode()
202 "]" + s_postfix + ";\n"; in GenerateCode()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_constants.cc169 const std::string s_postfix = postfixes[src_ch_count - 1]; in GenerateConvolutionConstantCode() local
190 s_y + ", " + std::to_string(s) + ")" + s_postfix + ";\n"; in GenerateConvolutionConstantCode()
194 s_y + ", " + std::to_string(s) + ")" + s_postfix + ";\n"; in GenerateConvolutionConstantCode()