Searched refs:GetFileSystemForFile (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | env.cc | 112 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 D | env.h | 76 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 D | memmapped_file_system.cc | 285 Status MemmappedEnv::GetFileSystemForFile(const string& fname, in GetFileSystemForFile() function in tensorflow::MemmappedEnv 295 return EnvWrapper::GetFileSystemForFile(fname, result); in GetFileSystemForFile()
|
H A D | memmapped_file_system.h | 127 Status GetFileSystemForFile(const string& fname,
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | debug_ops_test.cc | 102 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 D | lmdb_dataset_op_test.cc | 77 TF_EXPECT_OK(Env::Default()->GetFileSystemForFile(src_loc, &fs)); in MaybeCopyDataFile()
|
H A D | matching_files_dataset_op.cc | 114 TF_RETURN_IF_ERROR(ctx->env()->GetFileSystemForFile( in GetNextInternal()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | constant_folding_test.cc | 706 ::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 D | modular_filesystem_test.cc | 109 Status s = env_->GetFileSystemForFile(root_dir_, &fs); in SetUp() 186 Status s = env_->GetFileSystemForFile(generic_path, &fs); in TEST_P()
|