Searched refs:kSecondsToMicros (Results 1 – 4 of 4) sorted by relevance
34 static constexpr uint64 kSecondsToMicros = 1000ULL * 1000ULL; variable
34 void AdvanceSeconds(int64 secs) { now_micros_ += secs * kSecondsToMicros; } in AdvanceSeconds()
129 destroy_after_secs * tensorflow::EnvTime::kSecondsToMicros; in ctx_()
1273 tensorflow::EnvTime::kSecondsToMicros); in TEST_F()1294 tensorflow::EnvTime::kSecondsToMicros); in TEST_F()