Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dfile_system.cc188 std::string current_entry = this->CreateURI(scheme, host, remaining_dir); in RecursivelyCreateDir()
220 Status status = CreateDir(this->CreateURI(scheme, host, built_path)); in RecursivelyCreateDir()
436 string FileSystem::CreateURI(StringPiece scheme, StringPiece host, in CreateURI() function in tensorflow::FileSystem
Dpath.h98 std::string CreateURI(tensorflow::StringPiece scheme,
Dpath.cc262 string CreateURI(StringPiece scheme, StringPiece host, StringPiece path) { in CreateURI() function
Denv.cc149 GetFileSystemForFile(io::CreateURI(scheme, "", ""), &fs)); in FlushFileSystemCaches()
Dfile_system.h435 std::string CreateURI(StringPiece scheme, StringPiece host,
/external/tensorflow/tensorflow/core/lib/io/
Dpath_test.cc110 EXPECT_EQ(uri, CreateURI(scheme, host, path)); \