Home
last modified time | relevance | path

Searched refs:GetFileSystemForFile (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Denv.cc112 Status Env::GetFileSystemForFile(const std::string& fname, in GetFileSystemForFile() function in tensorflow::Env
189 GetFileSystemForFile(io::CreateURI(scheme, "", ""), &fs)); in FlushFileSystemCaches()
198 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs)); in NewRandomAccessFile()
205 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs)); in NewReadOnlyMemoryRegionFromFile()
212 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs)); in NewWritableFile()
219 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs)); in NewAppendableFile()
225 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs)); in FileExists()
277 TF_RETURN_IF_ERROR(GetFileSystemForFile(dir, &fs)); in GetChildren()
284 TF_RETURN_IF_ERROR(GetFileSystemForFile(pattern, &fs)); in GetMatchingPaths()
290 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs)); in DeleteFile()
[all …]
H A Denv.h76 virtual Status GetFileSystemForFile(const std::string& fname,
516 Status GetFileSystemForFile(const std::string& fname, in GetFileSystemForFile() function
518 return target_->GetFileSystemForFile(fname, result); in GetFileSystemForFile()
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dmemmapped_file_system.cc285 Status MemmappedEnv::GetFileSystemForFile(const string& fname, in GetFileSystemForFile() function in tensorflow::MemmappedEnv
295 return EnvWrapper::GetFileSystemForFile(fname, result); in GetFileSystemForFile()
H A Dmemmapped_file_system.h127 Status GetFileSystemForFile(const string& fname,
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Ddebug_ops_test.cc102 TF_ASSERT_OK(Env::Default()->GetFileSystemForFile(dump_roots[i], &fs)); in TEST_F()
117 TF_ASSERT_OK(Env::Default()->GetFileSystemForFile(device_root, &fs)); in TEST_F()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Dlmdb_dataset_op_test.cc77 TF_EXPECT_OK(Env::Default()->GetFileSystemForFile(src_loc, &fs)); in MaybeCopyDataFile()
H A Dmatching_files_dataset_op.cc114 TF_RETURN_IF_ERROR(ctx->env()->GetFileSystemForFile( in GetNextInternal()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dconstant_folding_test.cc706 ::tensorflow::Status GetFileSystemForFile( in GetFileSystemForFile() function in tensorflow::__anon2e88603d0111::__anon2e88603d0611::TestTFEnvironment
713 return tf_base::GetFileSystemForFile(fname, result); in GetFileSystemForFile()
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/
H A Dmodular_filesystem_test.cc109 Status s = env_->GetFileSystemForFile(root_dir_, &fs); in SetUp()
186 Status s = env_->GetFileSystemForFile(generic_path, &fs); in TEST_P()