Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc100 unsigned steal_start = 0, steal_end = kStealDomainSize; in Impl() local
103 if (steal_end + kStealDomainSize < num_inter_op_threads) { in Impl()
104 steal_start = steal_end; in Impl()
105 steal_end += kStealDomainSize; in Impl()
107 steal_end = num_inter_op_threads; in Impl()
108 steal_start = steal_end - kStealDomainSize; in Impl()
111 steal_partitions[i] = std::make_pair(steal_start, steal_end); in Impl()
113 << " steal_end: " << steal_end; in Impl()