Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_dns_cache.cc62 : env_(env), refresh_rate_secs_(refresh_rate_secs) {} in GcsDnsCache()
159 cond_var_.wait_for(l, std::chrono::seconds(refresh_rate_secs_)); in WorkerThread()
Dgcs_dns_cache.h69 const int64 refresh_rate_secs_; variable