Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.h266 Status ObjectExists(const string& fname, const string& bucket,
Dgcs_file_system.cc1048 Status GcsFileSystem::ObjectExists(const string& fname, const string& bucket, in ObjectExists() function in tensorflow::GcsFileSystem
1582 TF_RETURN_IF_ERROR(ObjectExists(fname, bucket, object, &is_object)); in IsDirectory()