Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dcurl_http_request.cc569 const auto current_progress = dlnow + ulnow; in ProgressCallback() local
571 current_progress > that->last_progress_bytes_) { in ProgressCallback()
575 that->last_progress_bytes_ = current_progress; in ProgressCallback()
598 << current_progress << " of " << dltotal + ultotal in ProgressCallback()