Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_metal.cc556 const std::string s_zyx = s_z + s_yx; in GenerateConvolution() local
572 c += " FLT4 value = FLT4(r" + s_zyx + ");\n"; in GenerateConvolution()