Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system.cc142 Status ParseS3Path(const string& fname, bool empty_object_ok, string* bucket, in ParseS3Path() argument
160 if (!empty_object_ok && object->empty()) { in ParseS3Path()
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc175 Status ParseGcsPath(StringPiece fname, bool empty_object_ok, string* bucket, in ParseGcsPath() argument
190 if (!empty_object_ok && object->empty()) { in ParseGcsPath()