Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dparallel_task_assignment.cc39 const int64 instruction_cost = shape_size_(instruction->shape()); in GetParallelTaskCount() local
43 std::max(int64{1}, instruction_cost / min_cost_per_thread)); in GetParallelTaskCount()
63 int64 instruction_cost; in GetParallelTaskCount() local
80 instruction_cost = shape_size_(instruction->shape()); in GetParallelTaskCount()
89 instruction_cost = in GetParallelTaskCount()
98 std::max(int64{1}, instruction_cost / min_cost_per_thread)); in GetParallelTaskCount()