Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster.cc101 const int64 num_micros = static_cast<int64>(session_gc_seconds_ * 1000000); in GC() local
104 if (static_cast<int64>(env->NowMicros()) - lat > num_micros) { in GC()