Searched refs:kSecondsToMicros (Results 1 – 5 of 5) sorted by relevance
33 static constexpr uint64 kSecondsToMicros = 1000ULL * 1000ULL; variable
31 void AdvanceSeconds(int64 secs) { now_micros_ += secs * kSecondsToMicros; } in AdvanceSeconds()
377 tensorflow::EnvTime::kSecondsToMicros); in TEST_F()397 tensorflow::EnvTime::kSecondsToMicros); in TEST_F()
111 destroy_after_secs * tensorflow::EnvTime::kSecondsToMicros; in ServerContext()
29 constexpr int kOptimizationPeriodThresholdMs = 60 * EnvTime::kSecondsToMicros;