Searched refs:generate_id (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | convolution_transposed.cc | 197 auto generate_id = [&](const std::string& x, const std::string& y, in GenerateConvolutionTransposedCode() local 214 return generate_id(x, y, z) + "_s" + s; in GenerateConvolutionTransposedCode() 396 const std::string id = generate_id(xind, yind, zind); in GenerateConvolutionTransposedCode() 441 const std::string id = generate_id(xind, yind, zind); in GenerateConvolutionTransposedCode() 500 const std::string id = generate_id(xind, yind, zind); in GenerateConvolutionTransposedCode()
|
D | conv_powervr.cc | 362 auto generate_id = [&](const std::string& x, const std::string& y, in GenerateConv() local 379 return generate_id(x, y, z) + "_s" + s; in GenerateConv() 699 const std::string id = generate_id(xind, yind, zind); in GenerateConv() 732 const std::string id = generate_id(xind, yind, zind); in GenerateConv() 747 std::string id = generate_id(xind, yind, zind); in GenerateConv() 808 std::string S = "src" + generate_id(xind, yind, zind); in GenerateConv() 872 std::string S = "src" + generate_id(xind, yind, zind); in GenerateConv()
|
/external/libdrm/radeon/ |
D | radeon_cs_gem.c | 97 static uint32_t generate_id(void) in generate_id() function 147 csg->base.id = generate_id(); in cs_gem_create()
|