Searched refs:generate_id_full (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | convolution_transposed.cc | 212 auto generate_id_full = [&](const std::string& x, const std::string& y, in GenerateConvolutionTransposedCode() local 296 c += " ACCUM_FLT4 r" + generate_id_full(xind, yind, zind, sind) + in GenerateConvolutionTransposedCode() 501 const std::string full_id = generate_id_full(xind, yind, zind, sind); in GenerateConvolutionTransposedCode() 523 const std::string id = generate_id_full(xind, yind, zind, sind); in GenerateConvolutionTransposedCode()
|
D | conv_powervr.cc | 377 auto generate_id_full = [&](const std::string& x, const std::string& y, in GenerateConv() local 539 c += " ACCUM_FLT4 r" + generate_id_full(xind, yind, zind, sind) + in GenerateConv() 807 std::string R = "r" + generate_id_full(xind, yind, zind, sind); in GenerateConv() 871 std::string R = "r" + generate_id_full(xind, yind, zind, sind); in GenerateConv() 1034 const std::string id = generate_id_full(xind, yind, zind, sind); in GenerateConv()
|