Home
last modified time | relevance | path

Searched refs:GetMatchingPaths (Results 1 – 25 of 44) sorted by relevance

12

/external/tensorflow/tensorflow/core/platform/
Dnull_file_system.h73 Status GetMatchingPaths(const string& pattern, TransactionToken* token, in GetMatchingPaths() function
75 return internal::GetMatchingPaths(this, Env::Default(), pattern, results); in GetMatchingPaths()
Dfile_system.h206 virtual tensorflow::Status GetMatchingPaths(const std::string& pattern, in GetMatchingPaths() function
208 return GetMatchingPaths(pattern, nullptr, results); in GetMatchingPaths()
211 virtual tensorflow::Status GetMatchingPaths(const std::string& pattern, in GetMatchingPaths() function
559 using FileSystem::GetMatchingPaths; \
624 tensorflow::Status GetMatchingPaths(const std::string& pattern, in GetMatchingPaths() function
627 return fs_->GetMatchingPaths(pattern, (token ? token : token_), results); in GetMatchingPaths()
Drocm_rocdl_path_test.cc33 TF_EXPECT_OK(Env::Default()->GetMatchingPaths( in TEST()
Dfile_system_helper.h47 Status GetMatchingPaths(FileSystem* fs, Env* env, const string& pattern,
Dfile_system_test.cc157 Status s = ipfs->GetMatchingPaths(ipfs->JoinPath(kPrefix, suffix_pattern), in Match()
301 auto ret = fs.GetMatchingPaths("./te*", nullptr, &results); in TEST()
304 ret = fs.GetMatchingPaths("te*", nullptr, &results); in TEST()
Dretrying_file_system.h74 Status GetMatchingPaths(const string& pattern, TransactionToken* token, in GetMatchingPaths() function
78 return base_file_system_->GetMatchingPaths(pattern, token, result); in GetMatchingPaths()
Denv.h232 virtual Status GetMatchingPaths(const std::string& pattern,
235 Status GetMatchingPaths(const std::string& pattern, TransactionToken* token, in GetMatchingPaths() function
Dfile_system_helper.cc124 Status GetMatchingPaths(FileSystem* fs, Env* env, const string& pattern, in GetMatchingPaths() function
Dretrying_file_system_test.cc138 Status GetMatchingPaths(const string& dir, TransactionToken* token, in GetMatchingPaths() function in tensorflow::__anon6d7edcb00111::MockFileSystem
515 TF_EXPECT_OK(fs.GetMatchingPaths("gs://path/dir", nullptr, &result)); in TEST()
527 const auto& status = fs.GetMatchingPaths("gs://path/dir", nullptr, &result); in TEST()
Denv_test.cc261 TF_EXPECT_OK(env_->GetMatchingPaths( in TEST_F()
266 TF_EXPECT_OK(env_->GetMatchingPaths( in TEST_F()
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system_test.cc1244 Env::Default()->GetMatchingPaths("/tmp/tmp_file_tensorflow*", &results)); in TEST()
1314 Env::Default()->GetMatchingPaths("/tmp/tmp_file_tensorflow*", &results)); in TEST()
1948 TF_EXPECT_OK(fs.GetMatchingPaths("gs://bucket/path/subpath/file2.txt", in TEST()
1976 TF_EXPECT_OK(fs.GetMatchingPaths("gs://bucket/*/*", nullptr, &result)); in TEST()
2006 fs.GetMatchingPaths("gs://bucket/path/*/file2.txt", nullptr, &result)); in TEST()
2032 TF_EXPECT_OK(fs.GetMatchingPaths("gs://bucket/path/*", nullptr, &result)); in TEST()
2057 TF_EXPECT_OK(fs.GetMatchingPaths("gs://bucket/path/*", nullptr, &result)); in TEST()
2082 TF_EXPECT_OK(fs.GetMatchingPaths("gs://bucket/path/\\/*", nullptr, &result)); in TEST()
2109 fs.GetMatchingPaths("gs://bucket/path/*/file3.txt", nullptr, &result)); in TEST()
2128 fs.GetMatchingPaths("gs://*", nullptr, &result))); in TEST()
[all …]
/external/tensorflow/tensorflow/tools/api/tests/
Dconvert_from_multiline.cc32 TF_CHECK_OK(env->GetMatchingPaths(file_pattern, &matching_paths)); in ConvertFilesFromMultiline()
/external/tensorflow/tensorflow/core/kernels/
Dmatching_files_op.cc48 OP_REQUIRES_OK(context, context->env()->GetMatchingPaths(patterns(i), in Compute()
Drecord_yielder.cc89 Env::Default()->GetMatchingPaths(file_pattern, &tmp_filenames)); in MatchFiles()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dliteral_test_util_test.cc137 TF_CHECK_OK(env->GetMatchingPaths(pattern, &files)); in TEST()
147 TF_CHECK_OK(env->GetMatchingPaths(pattern, &results)); in TEST()
/external/tensorflow/tensorflow/tools/android/inference_interface/
Dasset_manager_filesystem.cc253 Status AssetManagerFileSystem::GetMatchingPaths(const string& pattern, in GetMatchingPaths() function in tensorflow::AssetManagerFileSystem
256 return internal::GetMatchingPaths(this, Env::Default(), pattern, results); in GetMatchingPaths()
Dasset_manager_filesystem.h75 Status GetMatchingPaths(const string& pattern, TransactionToken* token,
/external/tensorflow/tensorflow/tsl/platform/default/
Dposix_file_system.h54 Status GetMatchingPaths(const string& pattern, TransactionToken* token,
Dposix_file_system.cc320 Status PosixFileSystem::GetMatchingPaths(const string& pattern, in GetMatchingPaths() function in tensorflow::PosixFileSystem
323 return internal::GetMatchingPaths(this, Env::Default(), pattern, results); in GetMatchingPaths()
/external/tensorflow/tensorflow/tsl/platform/windows/
Dwindows_file_system.h56 Status GetMatchingPaths(const string& pattern, TransactionToken* token,
Dwindows_file_system.cc611 Status WindowsFileSystem::GetMatchingPaths(const string& pattern, in GetMatchingPaths() function in tensorflow::WindowsFileSystem
622 TF_RETURN_IF_ERROR(internal::GetMatchingPaths(this, Env::Default(), in GetMatchingPaths()
/external/tensorflow/tensorflow/core/util/
Dmemmapped_file_system.h82 Status GetMatchingPaths(const string& pattern, TransactionToken* token,
/external/tensorflow/tensorflow/c/
Dcheckpoint_reader.cc40 if (Env::Default()->GetMatchingPaths(MetaFilename(filename), &v2_path).ok() && in CheckpointReader()
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_main.cc122 TF_CHECK_OK(env->GetMatchingPaths(io::JoinPath(api_def_dir, "*.pbtxt"), in PrintAllPythonOps()
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2020-032.md28 implementation of `GetMatchingPaths` but are not verified by the PRs introducing

12