Searched refs:SetCyclesTakenBy (Results 1 – 4 of 4) sorted by relevance
65 execution_profile.SetCyclesTakenBy(add_instruction, add_cycles); in TEST_F()66 execution_profile.SetCyclesTakenBy(dot_instruction, dot_cycles); in TEST_F()
114 void SetCyclesTakenBy(const HloInstruction* hlo, uint64 cycles_taken);
133 void HloExecutionProfile::SetCyclesTakenBy(const HloInstruction* hlo, in SetCyclesTakenBy() function in xla::HloExecutionProfile
104 profile_->SetCyclesTakenBy( in FinishHloInstruction()