Home
last modified time | relevance | path

Searched refs: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
257 c += lambda(s_yx, s_x, s_y, x, y) + "\n"; in GenerateConvolution()
353 const std::string s_yx = s_y + s_x; in GenerateConvolution() local
355 c += " FLT m" + s_yx + " = !(y" + s_y + "_out || x" + s_x + in GenerateConvolution()
358 c += " FLT m" + s_yx + " = !y" + s_y + "_out;\n"; in GenerateConvolution()
360 c += " FLT m" + s_yx + " = !x" + s_x + "_out;\n"; in GenerateConvolution()
368 const std::string s_yx = s_y + s_x; in GenerateConvolution() local
371 c += " device FLT4* src_loc_" + s_yx + in GenerateConvolution()
377 c += " int src_loc_" + s_yx + " = args.src_tensor.GetWHOffset(c_x" + in GenerateConvolution()
414 const std::string s_yx = std::to_string(y) + std::to_string(x); in GenerateConvolution() local
[all …]