Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dparallel_task_assignment.cc39 int64_t GetParallelTaskCount(HloInstruction* instruction) override { in GetParallelTaskCount() function in xla::cpu::SimpleCostModel
64 int64_t GetParallelTaskCount(HloInstruction* instruction) override { in GetParallelTaskCount() function in xla::cpu::DefaultCostModel
169 return cost_model_->GetParallelTaskCount(instruction); in GetTargetParallelTaskCount()
H A Dparallel_task_assignment.h32 virtual int64_t GetParallelTaskCount(HloInstruction* instruction) = 0;