Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_command_queue.cc249 double minimum_time = std::numeric_limits<double>::max(); in GetBestWorkGroupIndex() local
262 if (time < minimum_time && time >= 0.1 * average_time) { in GetBestWorkGroupIndex()
264 minimum_time = time; in GetBestWorkGroupIndex()
270 if (time < minimum_time) { in GetBestWorkGroupIndex()
272 minimum_time = time; in GetBestWorkGroupIndex()