Searched refs:s_postfix (Results 1 – 2 of 2) sorted by relevance
195 const std::string s_postfix = postfixes[src_ch_count - 1]; in GenerateCode() local198 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()
169 const std::string s_postfix = postfixes[src_ch_count - 1]; in GenerateConvolutionConstantCode() local190 s_y + ", " + std::to_string(s) + ")" + s_postfix + ";\n"; in GenerateConvolutionConstantCode()194 s_y + ", " + std::to_string(s) + ")" + s_postfix + ";\n"; in GenerateConvolutionConstantCode()