Searched refs:GetCyclesTakenBy (Results 1 – 4 of 4) sorted by relevance
144 uint64 HloExecutionProfile::GetCyclesTakenBy(const HloInstruction& hlo) const { in GetCyclesTakenBy() function in xla::HloExecutionProfile145 return GetCyclesTakenBy(hlo_profile_index_map_.GetProfileIndexFor(hlo)); in GetCyclesTakenBy()148 uint64 HloExecutionProfile::GetCyclesTakenBy(size_t index) const { in GetCyclesTakenBy() function in xla::HloExecutionProfile
119 uint64 GetCyclesTakenBy(const HloInstruction& hlo) const;123 uint64 GetCyclesTakenBy(size_t index) const;
1200 double hlo_cycles_executed = profile_->GetCyclesTakenBy(*instr); in GetInstructionNodeExtraInfo()
248 profile->set_compute_cycle_count(hlo_execution_profile->GetCyclesTakenBy( in ExecuteThunks()