Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc99 int kStealDomainSize = std::min(6, num_inter_op_threads); in Impl() local
100 unsigned steal_start = 0, steal_end = kStealDomainSize; in Impl()
103 if (steal_end + kStealDomainSize < num_inter_op_threads) { in Impl()
105 steal_end += kStealDomainSize; in Impl()
108 steal_start = steal_end - kStealDomainSize; in Impl()