Home
last modified time | relevance | path

Searched refs:start_micros_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcompilation_stats.cc67 uint64 start_micros_; member in xla::Stats
85 start_micros_ = tensorflow::Env::Default()->NowMicros(); in StartPass()
93 double duration_ms = (end_micros - start_micros_) / 1000.0; in EndPass()
/external/tensorflow/tensorflow/compiler/xla/
Dutil.cc61 start_micros_ = tensorflow::Env::Default()->NowMicros(); in ScopedLoggingTimer()
68 double secs = (end_micros - start_micros_) / 1000000.0; in StopAndLog()
Dutil.h129 uint64 start_micros_; variable