Searched refs:GetCyclesTakenBy (Results 1 – 3 of 3) sorted by relevance
118 uint64 GetCyclesTakenBy(const HloInstruction& hlo) const;
139 uint64 HloExecutionProfile::GetCyclesTakenBy(const HloInstruction& hlo) const { in GetCyclesTakenBy() function in xla::HloExecutionProfile
1162 double hlo_cycles_executed = profile_->GetCyclesTakenBy(*instr); in GetInstructionNodeExtraInfo()