Home
last modified time | relevance | path

Searched refs:NewAppendableFile (Results 1 – 25 of 28) sorted by relevance

12

/external/tensorflow/tensorflow/core/platform/cloud/
Dretrying_file_system.h48 Status NewAppendableFile(const string& fname,
243 Status RetryingFileSystem<Underlying>::NewAppendableFile( in NewAppendableFile() function
248 return base_file_system_->NewAppendableFile(filename, &base_file); in NewAppendableFile()
Dgcs_file_system.h107 Status NewAppendableFile(const string& fname,
Dretrying_file_system_test.cc112 Status NewAppendableFile(const string& fname, in NewAppendableFile() function in tensorflow::__anon5a8ed3fa0111::MockFileSystem
401 TF_EXPECT_OK(fs.NewAppendableFile("filename.txt", &writable_file)); in TEST()
/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system_test.cc109 TEST_F(S3FileSystemTest, NewAppendableFile) { in TEST_F() argument
115 TF_EXPECT_OK(s3fs.NewAppendableFile(fname, &writer)); in TEST_F()
Ds3_file_system.h36 Status NewAppendableFile(const string& fname,
/external/tensorflow/tensorflow/core/platform/hadoop/
Dhadoop_file_system.h41 Status NewAppendableFile(const string& fname,
Dhadoop_file_system.cc354 Status HadoopFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::HadoopFileSystem
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs.h33 Status NewAppendableFile(const string& fname,
Digfs.cc125 Status IGFS::NewAppendableFile(const string &file_name, in NewAppendableFile() function in tensorflow::IGFS
/external/tensorflow/tensorflow/contrib/android/
Dasset_manager_filesystem.h62 Status NewAppendableFile(const string& fname,
Dasset_manager_filesystem.cc255 Status AssetManagerFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::AssetManagerFileSystem
/external/tensorflow/tensorflow/core/platform/
Dnull_file_system.h49 Status NewAppendableFile(const string& fname, in NewAppendableFile() function
Dfile_system.h89 virtual Status NewAppendableFile(const string& fname,
Denv.cc153 Status Env::NewAppendableFile(const string& fname, in NewAppendableFile() function in tensorflow::Env
157 return fs->NewAppendableFile(fname, result); in NewAppendableFile()
Denv.h123 Status NewAppendableFile(const string& fname,
Denv_test.cc362 TF_CHECK_OK(env->NewAppendableFile(filename, &file_to_append)); in TEST_F()
/external/tensorflow/tensorflow/core/platform/posix/
Dposix_file_system.h37 Status NewAppendableFile(const string& fname,
Dposix_file_system.cc189 Status PosixFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::PosixFileSystem
/external/tensorflow/tensorflow/core/platform/windows/
Dwindows_file_system.h40 Status NewAppendableFile(const string& fname,
Dwindows_file_system.cc287 Status WindowsFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::WindowsFileSystem
/external/tensorflow/tensorflow/core/util/
Dmemmapped_file_system.h85 Status NewAppendableFile(const string& fname,
Dmemmapped_file_system_test.cc144 TF_ASSERT_OK(memmapped_env.NewAppendableFile(filename, &writable_file_temp)); in TEST()
Dmemmapped_file_system.cc156 Status MemmappedFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::MemmappedFileSystem
/external/tensorflow/tensorflow/core/kernels/
Dlogging_ops.cc46 TF_RETURN_IF_ERROR(env->NewAppendableFile(fname, &file)); in AppendStringToFile()
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.i204 status = tensorflow::Env::Default()->NewAppendableFile(filename, &file); in CreateWritableFile()

12