Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dparallel_task_assignment.cc37 int64 GetParallelTaskCount(HloInstruction* instruction) override { in GetParallelTaskCount() function in xla::cpu::SimpleCostModel
61 int64 GetParallelTaskCount(HloInstruction* instruction) override { in GetParallelTaskCount() function in xla::cpu::DefaultCostModel
156 return cost_model_->GetParallelTaskCount(instruction); in GetTargetParallelTaskCount()
Dparallel_task_assignment.h31 virtual int64 GetParallelTaskCount(HloInstruction* instruction) = 0;