/external/tensorflow/tensorflow/core/platform/ |
D | null_file_system.h | 69 Status GetMatchingPaths(const string& pattern, in GetMatchingPaths() function 71 return internal::GetMatchingPaths(this, Env::Default(), pattern, results); in GetMatchingPaths()
|
D | file_system_test.cc | 155 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()
|
D | file_system_helper.h | 45 Status GetMatchingPaths(FileSystem* fs, Env* env, const string& pattern,
|
D | file_system_helper.cc | 55 Status GetMatchingPaths(FileSystem* fs, Env* env, const string& pattern, in GetMatchingPaths() function
|
D | file_system.h | 142 virtual Status GetMatchingPaths(const string& pattern,
|
D | env_test.cc | 245 TF_EXPECT_OK(env_->GetMatchingPaths( in TEST_F() 250 TF_EXPECT_OK(env_->GetMatchingPaths( in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | literal_test_util_test.cc | 71 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/ |
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()
|
/external/tensorflow/tensorflow/contrib/android/ |
D | asset_manager_filesystem.cc | 246 Status AssetManagerFileSystem::GetMatchingPaths(const string& pattern, in GetMatchingPaths() function in tensorflow::AssetManagerFileSystem 248 return internal::GetMatchingPaths(this, Env::Default(), pattern, results); in GetMatchingPaths()
|
D | asset_manager_filesystem.h | 69 Status GetMatchingPaths(const string& pattern,
|
/external/tensorflow/tensorflow/core/platform/s3/ |
D | s3_file_system.h | 49 Status GetMatchingPaths(const string& pattern,
|
/external/tensorflow/tensorflow/core/platform/hadoop/ |
D | hadoop_file_system.h | 52 Status GetMatchingPaths(const string& pattern,
|
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/ |
D | igfs.h | 40 Status GetMatchingPaths(const string& pattern,
|
D | igfs.cc | 200 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/ |
D | retrying_file_system.h | 69 Status GetMatchingPaths(const string& pattern, in GetMatchingPaths() function 73 return base_file_system_->GetMatchingPaths(pattern, result); in GetMatchingPaths()
|
D | gcs_file_system_test.cc | 1551 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()
|
D | retrying_file_system_test.cc | 132 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/ |
D | posix_file_system.h | 50 Status GetMatchingPaths(const string& pattern,
|
D | posix_file_system.cc | 250 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/ |
D | windows_file_system.h | 51 Status GetMatchingPaths(const string& pattern,
|
D | windows_file_system.cc | 502 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/ |
D | memmapped_file_system.h | 88 Status GetMatchingPaths(const string& pattern,
|
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen_main.cc | 121 TF_CHECK_OK(env->GetMatchingPaths(io::JoinPath(api_def_dir, "*.pbtxt"), in PrintAllPythonOps()
|
/external/tensorflow/tensorflow/c/ |
D | checkpoint_reader.cc | 41 if (Env::Default()->GetMatchingPaths(MetaFilename(filename), &v2_path).ok() && in CheckpointReader()
|