/external/tensorflow/tensorflow/core/platform/ |
D | null_file_system.h | 73 Status GetMatchingPaths(const string& pattern, TransactionToken* token, in GetMatchingPaths() function 75 return internal::GetMatchingPaths(this, Env::Default(), pattern, results); in GetMatchingPaths()
|
D | file_system.h | 206 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()
|
D | rocm_rocdl_path_test.cc | 33 TF_EXPECT_OK(Env::Default()->GetMatchingPaths( in TEST()
|
D | file_system_helper.h | 47 Status GetMatchingPaths(FileSystem* fs, Env* env, const string& pattern,
|
D | file_system_test.cc | 157 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()
|
D | retrying_file_system.h | 74 Status GetMatchingPaths(const string& pattern, TransactionToken* token, in GetMatchingPaths() function 78 return base_file_system_->GetMatchingPaths(pattern, token, result); in GetMatchingPaths()
|
D | env.h | 232 virtual Status GetMatchingPaths(const std::string& pattern, 235 Status GetMatchingPaths(const std::string& pattern, TransactionToken* token, in GetMatchingPaths() function
|
D | file_system_helper.cc | 124 Status GetMatchingPaths(FileSystem* fs, Env* env, const string& pattern, in GetMatchingPaths() function
|
D | retrying_file_system_test.cc | 138 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()
|
D | env_test.cc | 261 TF_EXPECT_OK(env_->GetMatchingPaths( in TEST_F() 266 TF_EXPECT_OK(env_->GetMatchingPaths( in TEST_F()
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | gcs_file_system_test.cc | 1244 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/ |
D | convert_from_multiline.cc | 32 TF_CHECK_OK(env->GetMatchingPaths(file_pattern, &matching_paths)); in ConvertFilesFromMultiline()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | matching_files_op.cc | 48 OP_REQUIRES_OK(context, context->env()->GetMatchingPaths(patterns(i), in Compute()
|
D | record_yielder.cc | 89 Env::Default()->GetMatchingPaths(file_pattern, &tmp_filenames)); in MatchFiles()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | literal_test_util_test.cc | 137 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/ |
D | asset_manager_filesystem.cc | 253 Status AssetManagerFileSystem::GetMatchingPaths(const string& pattern, in GetMatchingPaths() function in tensorflow::AssetManagerFileSystem 256 return internal::GetMatchingPaths(this, Env::Default(), pattern, results); in GetMatchingPaths()
|
D | asset_manager_filesystem.h | 75 Status GetMatchingPaths(const string& pattern, TransactionToken* token,
|
/external/tensorflow/tensorflow/tsl/platform/default/ |
D | posix_file_system.h | 54 Status GetMatchingPaths(const string& pattern, TransactionToken* token,
|
D | posix_file_system.cc | 320 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/ |
D | windows_file_system.h | 56 Status GetMatchingPaths(const string& pattern, TransactionToken* token,
|
D | windows_file_system.cc | 611 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/ |
D | memmapped_file_system.h | 82 Status GetMatchingPaths(const string& pattern, TransactionToken* token,
|
/external/tensorflow/tensorflow/c/ |
D | checkpoint_reader.cc | 40 if (Env::Default()->GetMatchingPaths(MetaFilename(filename), &v2_path).ok() && in CheckpointReader()
|
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen_main.cc | 122 TF_CHECK_OK(env->GetMatchingPaths(io::JoinPath(api_def_dir, "*.pbtxt"), in PrintAllPythonOps()
|
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2020-032.md | 28 implementation of `GetMatchingPaths` but are not verified by the PRs introducing
|