Home
last modified time | relevance | path

Searched defs:FolderExists (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem.cc795 static bool FolderExists(GCSFile* gcs_file, std::string dir, in FolderExists() function
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc1593 Status GcsFileSystem::FolderExists(const string& dirname, bool* result) { in FolderExists() function in tensorflow::GcsFileSystem