Searched refs:s_z (Results 1 – 1 of 1) sorted by relevance
549 const std::string s_z = std::to_string(z); in GenerateConvolution() local550 c += " if (Z + " + s_z + " < args.dst_tensor.Slices()) {\n"; in GenerateConvolution()556 const std::string s_zyx = s_z + s_yx; in GenerateConvolution()575 " + args.dst_tensor.SliceStride() * " + s_z + ";\n"; in GenerateConvolution()577 s_y + ", Z + " + s_z + ");\n"; in GenerateConvolution()581 s_y + ", Z + " + s_z + ");\n"; in GenerateConvolution()