Home
last modified time | relevance | path

Searched defs:ScopedLoggingTimer (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dutil.h93 struct ScopedLoggingTimer { struct
99 bool enabled;
100 string label;
101 uint64 start_micros;
Dutil.cc42 ScopedLoggingTimer::ScopedLoggingTimer(const string& label, bool enabled) in ScopedLoggingTimer() function in xla::ScopedLoggingTimer