Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_constants.cc66 const std::string dst_postfix = dst_postfixes[dst_size - 1]; in GenerateConv() local
77 std::to_string(const_mem_offset + i) + "]" + dst_postfix; in GenerateConv()
80 result = " " + dst + dst_postfix + " += convert_float" + size + "(" + in GenerateConv()
88 result += " " + dst + dst_postfix + " += " + src_name + in GenerateConv()
90 dst_postfix + ";\n"; in GenerateConv()