/external/tensorflow/tensorflow/core/platform/cloud/ |
D | retrying_file_system.h | 48 Status NewAppendableFile(const string& fname, 243 Status RetryingFileSystem<Underlying>::NewAppendableFile( in NewAppendableFile() function 248 return base_file_system_->NewAppendableFile(filename, &base_file); in NewAppendableFile()
|
D | gcs_file_system.h | 107 Status NewAppendableFile(const string& fname,
|
D | retrying_file_system_test.cc | 112 Status NewAppendableFile(const string& fname, in NewAppendableFile() function in tensorflow::__anond1a407d10111::MockFileSystem 401 TF_EXPECT_OK(fs.NewAppendableFile("filename.txt", &writable_file)); in TEST()
|
/external/tensorflow/tensorflow/core/platform/s3/ |
D | s3_file_system_test.cc | 109 TEST_F(S3FileSystemTest, NewAppendableFile) { in TEST_F() argument 115 TF_EXPECT_OK(s3fs.NewAppendableFile(fname, &writer)); in TEST_F()
|
D | s3_file_system.h | 36 Status NewAppendableFile(const string& fname,
|
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/ |
D | igfs.h | 33 Status NewAppendableFile(const string& fname,
|
D | igfs.cc | 125 Status IGFS::NewAppendableFile(const string &file_name, in NewAppendableFile() function in tensorflow::IGFS
|
/external/tensorflow/tensorflow/core/platform/hadoop/ |
D | hadoop_file_system.h | 41 Status NewAppendableFile(const string& fname,
|
D | hadoop_file_system.cc | 354 Status HadoopFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::HadoopFileSystem
|
/external/tensorflow/tensorflow/contrib/android/ |
D | asset_manager_filesystem.h | 62 Status NewAppendableFile(const string& fname,
|
D | asset_manager_filesystem.cc | 255 Status AssetManagerFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::AssetManagerFileSystem
|
/external/tensorflow/tensorflow/core/platform/ |
D | null_file_system.h | 49 Status NewAppendableFile(const string& fname, in NewAppendableFile() function
|
D | file_system.h | 89 virtual Status NewAppendableFile(const string& fname,
|
D | env.cc | 153 Status Env::NewAppendableFile(const string& fname, in NewAppendableFile() function in tensorflow::Env 157 return fs->NewAppendableFile(fname, result); in NewAppendableFile()
|
D | env.h | 123 Status NewAppendableFile(const string& fname,
|
D | env_test.cc | 362 TF_CHECK_OK(env->NewAppendableFile(filename, &file_to_append)); in TEST_F()
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | windows_file_system.h | 40 Status NewAppendableFile(const string& fname,
|
D | windows_file_system.cc | 287 Status WindowsFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::WindowsFileSystem
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | posix_file_system.h | 37 Status NewAppendableFile(const string& fname,
|
D | posix_file_system.cc | 189 Status PosixFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::PosixFileSystem
|
/external/tensorflow/tensorflow/core/util/ |
D | memmapped_file_system.h | 85 Status NewAppendableFile(const string& fname,
|
D | memmapped_file_system_test.cc | 144 TF_ASSERT_OK(memmapped_env.NewAppendableFile(filename, &writable_file_temp)); in TEST()
|
D | memmapped_file_system.cc | 156 Status MemmappedFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::MemmappedFileSystem
|
/external/tensorflow/tensorflow/core/kernels/ |
D | logging_ops.cc | 46 TF_RETURN_IF_ERROR(env->NewAppendableFile(fname, &file)); in AppendStringToFile()
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | file_io.i | 204 status = tensorflow::Env::Default()->NewAppendableFile(filename, &file); in CreateWritableFile()
|