Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dsplit.cc38 const std::string task_height = in GetSplitCode() local
60 c += " int Y = linear_id % " + task_height + ";\n"; in GetSplitCode()
61 c += " int B = linear_id / " + task_height + ";\n"; in GetSplitCode()