Home
last modified time | relevance | path

Searched refs:steal_start (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
102 if (i > steal_start) { in Impl()
104 steal_start = steal_end; in Impl()
108 steal_start = steal_end - kStealDomainSize; in Impl()
111 steal_partitions[i] = std::make_pair(steal_start, steal_end); in Impl()
112 VLOG(1) << "Steal partition i: " << i << " steal_start: " << steal_start in Impl()