Searched refs:timers_ (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | hlo_execution_profiler.cc | 63 InitAndStartTimer(&timers_, stream); in HloExecutionProfiler() 73 GetCyclesTaken(&timers_, sub_streams_, stream_, clock_rate_ghz_)); in FinishExecution() 79 InitAndStartTimer(&timers_, stream_); in StartHloComputation() 88 GetCyclesTaken(&timers_, sub_streams_, stream_, clock_rate_ghz_)); in FinishHloComputation() 97 GetCyclesTaken(&timers_, sub_streams_, stream_, clock_rate_ghz_)); in FinishHloComputation() 103 InitAndStartTimer(&timers_, stream_); in StartHloInstruction() 110 profile_->SetCyclesTakenBy(index, GetCyclesTaken(&timers_, sub_streams_, in FinishHloInstruction()
|
D | hlo_execution_profiler.h | 84 std::stack<std::unique_ptr<se::Timer>> timers_; variable
|