Home
last modified time | relevance | path

Searched refs:timers_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_execution_profiler.cc63 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()
Dhlo_execution_profiler.h84 std::stack<std::unique_ptr<se::Timer>> timers_; variable