Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconvolution_transposed_3x3.cc144 auto GetGlobalID = [&](int id) { in GenerateConvolutionTransposedCode() local
155 c += " int linear_id = " + GetGlobalID(0) + ";\n"; in GenerateConvolutionTransposedCode()
161 c += " int X = " + GetGlobalID(0) + ";\n"; in GenerateConvolutionTransposedCode()
165 c += " int Y = " + GetGlobalID(1) + ";\n"; in GenerateConvolutionTransposedCode()
168 c += " int Z = " + GetGlobalID(2) + ";\n"; in GenerateConvolutionTransposedCode()