Home
last modified time | relevance | path

Searched defs:NewAppendableFile (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dnull_file_system.h52 Status NewAppendableFile(const string& fname, TransactionToken* token, in NewAppendableFile() function
Dfile_system.h117 virtual tensorflow::Status NewAppendableFile( in NewAppendableFile() function
122 virtual tensorflow::Status NewAppendableFile( in NewAppendableFile() function
572 tensorflow::Status NewAppendableFile( in NewAppendableFile() function
Dram_file_system.h130 Status NewAppendableFile(const string& fname, TransactionToken* token, in NewAppendableFile() function
Dretrying_file_system.h272 Status RetryingFileSystem<Underlying>::NewAppendableFile( in NewAppendableFile() function
Denv.h157 Status NewAppendableFile(const std::string& fname, TransactionToken* token, in NewAppendableFile() function
Denv.cc176 Status Env::NewAppendableFile(const string& fname, in NewAppendableFile() function in tensorflow::Env
Dretrying_file_system_test.cc117 Status NewAppendableFile(const string& fname, TransactionToken* token, in NewAppendableFile() function in tensorflow::__anon0e5d3c8b0111::MockFileSystem
/external/tensorflow/tensorflow/core/util/
Dmemmapped_file_system.cc162 Status MemmappedFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::MemmappedFileSystem
/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system_test.cc198 TEST_F(S3FileSystemTest, NewAppendableFile) { in TEST_F() argument
Ds3_file_system.cc604 Status S3FileSystem::NewAppendableFile(const string& fname, in NewAppendableFile() function in tensorflow::S3FileSystem
/external/tensorflow/tensorflow/tools/android/inference_interface/
Dasset_manager_filesystem.cc264 Status AssetManagerFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::AssetManagerFileSystem
/external/tensorflow/tensorflow/core/platform/default/
Dposix_file_system.cc251 Status PosixFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::PosixFileSystem
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dmodular_filesystem.cc77 Status ModularFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::ModularFileSystem
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
Dposix_filesystem.cc230 static void NewAppendableFile(const TF_Filesystem* filesystem, const char* path, in NewAppendableFile() function
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/
Ds3_filesystem_test.cc305 TEST_F(S3FilesystemTest, NewAppendableFile) { in TEST_F() argument
Ds3_filesystem.cc569 void NewAppendableFile(const TF_Filesystem* filesystem, const char* path, in NewAppendableFile() function
/external/tensorflow/tensorflow/core/platform/hadoop/
Dhadoop_file_system.cc412 Status HadoopFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::HadoopFileSystem
/external/tensorflow/tensorflow/core/platform/windows/
Dwindows_file_system.cc358 Status WindowsFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::WindowsFileSystem
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/hadoop/
Dhadoop_filesystem.cc490 void NewAppendableFile(const TF_Filesystem* filesystem, const char* path, in NewAppendableFile() function
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem.cc612 void NewAppendableFile(const TF_Filesystem* filesystem, const char* path, in NewAppendableFile() function
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc1309 Status GcsFileSystem::NewAppendableFile(const string& fname, in NewAppendableFile() function in tensorflow::GcsFileSystem
Dgcs_file_system_test.cc1344 TEST(GcsFileSystemTest, NewAppendableFile) { in TEST() argument