Home
last modified time | relevance | path

Searched refs:kSecondsToMicros (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Denv_time.h34 static constexpr uint64 kSecondsToMicros = 1000ULL * 1000ULL; variable
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_throttle_test.cc34 void AdvanceSeconds(int64 secs) { now_micros_ += secs * kSecondsToMicros; } in AdvanceSeconds()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.h129 destroy_after_secs * tensorflow::EnvTime::kSecondsToMicros; in ctx_()
Deager_service_impl_test.cc1273 tensorflow::EnvTime::kSecondsToMicros); in TEST_F()
1294 tensorflow::EnvTime::kSecondsToMicros); in TEST_F()