Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconvolution_transposed_3x3.cc330 const std::string y_c = "DST_Y + " + s_y; in GenerateConvolutionTransposedCode() local
331 c += " if (" + x_c + " < args.dst_tensor.Width() && " + y_c + in GenerateConvolutionTransposedCode()
334 c += " args.dst_tensor.Write(res0, " + x_c + ", " + y_c + ", Z);\n"; in GenerateConvolutionTransposedCode()
/external/tensorflow/tensorflow/python/compiler/xla/
Djit_test.py195 y_c = math_ops.matmul(y_nc, y_nc, name="compiled")
196 x_grads = gradients.gradients([y_c], [x])[0]