Home
last modified time | relevance | path

Searched refs:SetCyclesTakenBy (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile_test.cc65 execution_profile.SetCyclesTakenBy(add_instruction, add_cycles); in TEST_F()
66 execution_profile.SetCyclesTakenBy(dot_instruction, dot_cycles); in TEST_F()
Dhlo_execution_profile.h114 void SetCyclesTakenBy(const HloInstruction* hlo, uint64 cycles_taken);
Dhlo_execution_profile.cc133 void HloExecutionProfile::SetCyclesTakenBy(const HloInstruction* hlo, in SetCyclesTakenBy() function in xla::HloExecutionProfile
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_execution_profiler.cc104 profile_->SetCyclesTakenBy( in FinishHloInstruction()