Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_metal.cc64 std::string task_size_wh; // must be filled if linear_whs enabled member
75 c += " int Z = (linear_whs / " + params.task_size_wh + ") * " + in GlobalIdsGen()
77 c += " int linear_wh = linear_whs % " + params.task_size_wh + ";\n"; in GlobalIdsGen()
168 ids_params.task_size_wh = "args.task_size_y"; in GenerateConvolution()