Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dcurl_http_request.cc570 if (that->last_progress_timestamp_ == 0 || in ProgressCallback()
574 that->last_progress_timestamp_ = now; in ProgressCallback()
579 if (now - that->last_progress_timestamp_ > that->inactivity_timeout_secs_) { in ProgressCallback()
599 << " bytes for " << now - that->last_progress_timestamp_ in ProgressCallback()
Dcurl_http_request.h205 uint64 last_progress_timestamp_ = 0; variable