Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc65 constexpr uint64 HTTP_CODE_RESUME_INCOMPLETE = 308; variable
541 if (request->GetResponseCode() != HTTP_CODE_RESUME_INCOMPLETE) { in RequestUploadSessionStatus()