/external/tensorflow/tensorflow/core/data/service/ |
D | journal_test.cc | 129 TF_ASSERT_OK(Env::Default()->NewAppendableFile( in TEST() 149 TF_ASSERT_OK(Env::Default()->NewAppendableFile( in TEST()
|
D | journal.cc | 67 TF_RETURN_IF_ERROR(env_->NewAppendableFile(journal_file, &file_)); in EnsureInitialized()
|
/external/tensorflow/tensorflow/core/platform/ |
D | file_system.h | 117 virtual tensorflow::Status NewAppendableFile( in NewAppendableFile() function 119 return NewAppendableFile(fname, nullptr, result); in NewAppendableFile() 122 virtual tensorflow::Status NewAppendableFile( in NewAppendableFile() function 532 using FileSystem::NewAppendableFile; \ 572 tensorflow::Status NewAppendableFile( in NewAppendableFile() function 575 return fs_->NewAppendableFile(fname, (token ? token : token_), result); in NewAppendableFile()
|
D | retrying_file_system.h | 50 Status NewAppendableFile(const string& filename, TransactionToken* token, 272 Status RetryingFileSystem<Underlying>::NewAppendableFile( in NewAppendableFile() function 278 return base_file_system_->NewAppendableFile(filename, token, in NewAppendableFile()
|
D | null_file_system.h | 52 Status NewAppendableFile(const string& fname, TransactionToken* token, in NewAppendableFile() function
|
D | env.h | 154 Status NewAppendableFile(const std::string& fname, 157 Status NewAppendableFile(const std::string& fname, TransactionToken* token, in NewAppendableFile() function
|
D | env.cc | 176 Status Env::NewAppendableFile(const string& fname, in NewAppendableFile() function in tensorflow::Env 180 return fs->NewAppendableFile(fname, result); in NewAppendableFile()
|
D | ram_file_system.h | 130 Status NewAppendableFile(const string& fname, TransactionToken* token, in NewAppendableFile() function
|
/external/tensorflow/tensorflow/core/platform/hadoop/ |
D | hadoop_file_system.h | 47 Status NewAppendableFile(const string& fname, TransactionToken* token,
|
/external/tensorflow/tensorflow/tools/android/inference_interface/ |
D | asset_manager_filesystem.h | 67 Status NewAppendableFile(const string& fname, TransactionToken* token,
|
D | asset_manager_filesystem.cc | 264 Status AssetManagerFileSystem::NewAppendableFile( in NewAppendableFile() function in tensorflow::AssetManagerFileSystem
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | posix_file_system.h | 39 Status NewAppendableFile(const string& fname, TransactionToken* token,
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | windows_file_system.h | 44 Status NewAppendableFile(const string& fname, TransactionToken* token,
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/hadoop/ |
D | hadoop_filesystem.h | 63 void NewAppendableFile(const TF_Filesystem* filesystem, const char* path,
|
/external/tensorflow/tensorflow/core/util/ |
D | memmapped_file_system.h | 78 Status NewAppendableFile(const string& fname, TransactionToken* token,
|
D | memmapped_file_system_test.cc | 144 TF_ASSERT_OK(memmapped_env.NewAppendableFile(filename, &writable_file_temp)); in TEST()
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/ |
D | s3_filesystem.h | 75 void NewAppendableFile(const TF_Filesystem* filesystem, const char* path,
|
D | s3_filesystem_test.cc | 305 TEST_F(S3FilesystemTest, NewAppendableFile) { in TEST_F() argument 311 tf_s3_filesystem::NewAppendableFile(filesystem_, path.c_str(), writer.get(), in TEST_F()
|
/external/tensorflow/tensorflow/core/platform/s3/ |
D | s3_file_system_test.cc | 198 TEST_F(S3FileSystemTest, NewAppendableFile) { in TEST_F() argument 204 TF_EXPECT_OK(s3fs.NewAppendableFile(fname, &writer)); in TEST_F()
|
D | s3_file_system.h | 65 Status NewAppendableFile(const string& fname, TransactionToken* token,
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/ |
D | gcs_filesystem.h | 84 void NewAppendableFile(const TF_Filesystem* filesystem, const char* path,
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/ |
D | posix_filesystem.cc | 230 static void NewAppendableFile(const TF_Filesystem* filesystem, const char* path, in NewAppendableFile() function 438 tf_posix_filesystem::NewAppendableFile; in ProvideFilesystemSupportFor()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | logging_ops.cc | 45 TF_RETURN_IF_ERROR(env->NewAppendableFile(fname, &file)); in AppendStringToFile()
|
/external/tensorflow/tensorflow/c/experimental/filesystem/ |
D | modular_filesystem.h | 69 Status NewAppendableFile(const std::string& fname, TransactionToken* token,
|
D | modular_filesystem_test.cc | 262 Status status = env_->NewAppendableFile(filepath, &new_file); in TEST_P() 269 Status status = env_->NewAppendableFile(filepath, &new_file); in TEST_P() 279 status = env_->NewAppendableFile(filepath, &new_file); in TEST_P() 291 status = env_->NewAppendableFile(filepath, &same_file); in TEST_P() 304 status = env_->NewAppendableFile(new_path, &same_file); in TEST_P() 1632 status = env_->NewAppendableFile(filepath, &same_file); in TEST_P()
|