Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/platform/
Dnull_file_system.h69 Status GetMatchingPaths(const string& pattern, in GetMatchingPaths() function
71 return internal::GetMatchingPaths(this, Env::Default(), pattern, results); in GetMatchingPaths()
Dfile_system_test.cc155 ipfs->GetMatchingPaths(io::JoinPath(kPrefix, suffix_pattern), &results); in Match()
288 auto ret = fs.GetMatchingPaths("./te*", &results); in TEST()
291 ret = fs.GetMatchingPaths("te*", &results); in TEST()
Dfile_system_helper.h45 Status GetMatchingPaths(FileSystem* fs, Env* env, const string& pattern,
Dfile_system_helper.cc55 Status GetMatchingPaths(FileSystem* fs, Env* env, const string& pattern, in GetMatchingPaths() function
Dfile_system.h142 virtual Status GetMatchingPaths(const string& pattern,
Denv_test.cc245 TF_EXPECT_OK(env_->GetMatchingPaths( in TEST_F()
250 TF_EXPECT_OK(env_->GetMatchingPaths( in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dliteral_test_util_test.cc71 TF_CHECK_OK(env->GetMatchingPaths(pattern, &files)); in TEST()
81 TF_CHECK_OK(env->GetMatchingPaths(pattern, &results)); in TEST()
/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()
/external/tensorflow/tensorflow/contrib/android/
Dasset_manager_filesystem.cc246 Status AssetManagerFileSystem::GetMatchingPaths(const string& pattern, in GetMatchingPaths() function in tensorflow::AssetManagerFileSystem
248 return internal::GetMatchingPaths(this, Env::Default(), pattern, results); in GetMatchingPaths()
Dasset_manager_filesystem.h69 Status GetMatchingPaths(const string& pattern,
/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system.h49 Status GetMatchingPaths(const string& pattern,
/external/tensorflow/tensorflow/core/platform/hadoop/
Dhadoop_file_system.h52 Status GetMatchingPaths(const string& pattern,
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs.h40 Status GetMatchingPaths(const string& pattern,
Digfs.cc200 Status IGFS::GetMatchingPaths(const string &pattern, in GetMatchingPaths() function in tensorflow::IGFS
202 return internal::GetMatchingPaths(this, Env::Default(), pattern, results); in GetMatchingPaths()
/external/tensorflow/tensorflow/core/platform/cloud/
Dretrying_file_system.h69 Status GetMatchingPaths(const string& pattern, in GetMatchingPaths() function
73 return base_file_system_->GetMatchingPaths(pattern, result); in GetMatchingPaths()
Dgcs_file_system_test.cc1551 fs.GetMatchingPaths("gs://bucket/path/subpath/file2.txt", &result)); in TEST()
1578 TF_EXPECT_OK(fs.GetMatchingPaths("gs://bucket/*/*", &result)); in TEST()
1607 TF_EXPECT_OK(fs.GetMatchingPaths("gs://bucket/path/*/file2.txt", &result)); in TEST()
1633 TF_EXPECT_OK(fs.GetMatchingPaths("gs://bucket/path/*", &result)); in TEST()
1659 TF_EXPECT_OK(fs.GetMatchingPaths("gs://bucket/path/*/file3.txt", &result)); in TEST()
1678 fs.GetMatchingPaths("gs://*", &result).code()); in TEST()
1715 fs.GetMatchingPaths("gs://bucket/path/subpath/file2.txt", &result)); in TEST()
1718 TF_EXPECT_OK(fs.GetMatchingPaths("gs://bucket/*/*", &result)); in TEST()
1757 fs.GetMatchingPaths("gs://bucket/path/subpath/file2.txt", &result)); in TEST()
1766 fs.GetMatchingPaths("gs://bucket/path/subpath/file2.txt", &result)); in TEST()
Dretrying_file_system_test.cc132 Status GetMatchingPaths(const string& dir, in GetMatchingPaths() function in tensorflow::__anon5a8ed3fa0111::MockFileSystem
504 TF_EXPECT_OK(fs.GetMatchingPaths("gs://path/dir", &result)); in TEST()
516 const auto& status = fs.GetMatchingPaths("gs://path/dir", &result); in TEST()
/external/tensorflow/tensorflow/core/platform/posix/
Dposix_file_system.h50 Status GetMatchingPaths(const string& pattern,
Dposix_file_system.cc250 Status PosixFileSystem::GetMatchingPaths(const string& pattern, in GetMatchingPaths() function in tensorflow::PosixFileSystem
252 return internal::GetMatchingPaths(this, Env::Default(), pattern, results); in GetMatchingPaths()
/external/tensorflow/tensorflow/core/platform/windows/
Dwindows_file_system.h51 Status GetMatchingPaths(const string& pattern,
Dwindows_file_system.cc502 Status WindowsFileSystem::GetMatchingPaths(const string& pattern, in GetMatchingPaths() function in tensorflow::WindowsFileSystem
512 TF_RETURN_IF_ERROR(internal::GetMatchingPaths(this, Env::Default(), in GetMatchingPaths()
/external/tensorflow/tensorflow/core/util/
Dmemmapped_file_system.h88 Status GetMatchingPaths(const string& pattern,
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_main.cc121 TF_CHECK_OK(env->GetMatchingPaths(io::JoinPath(api_def_dir, "*.pbtxt"), in PrintAllPythonOps()
/external/tensorflow/tensorflow/c/
Dcheckpoint_reader.cc41 if (Env::Default()->GetMatchingPaths(MetaFilename(filename), &v2_path).ok() && in CheckpointReader()

12