Home
last modified time | relevance | path

Searched defs:s_yx (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_metal.cc256 const std::string s_yx = s_y + s_x; in GenerateConvolution() local
353 const std::string s_yx = s_y + s_x; in GenerateConvolution() local
368 const std::string s_yx = s_y + s_x; in GenerateConvolution() local
414 const std::string s_yx = std::to_string(y) + std::to_string(x); in GenerateConvolution() local
422 const std::string s_yx = std::to_string(y) + std::to_string(x); in GenerateConvolution() local
451 const std::string s_yx = std::to_string(y) + std::to_string(x); in GenerateConvolution() local
527 const std::string& s_y, int x, int y) { in GenerateConvolution()
555 const std::string s_yx = s_y + s_x; in GenerateConvolution() local