Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dutil.h99 static ::xla::TimerStats XLA_TimerStats##counter; \
104 struct TimerStats { struct
123 int line, TimerStats* timer_stats); argument
135 TimerStats* const timer_stats_;
Dutil.cc77 TimerStats* timer_stats) in ScopedLoggingTimer()
93 TimerStats& stats = *timer_stats_; in StopAndLog()