HomeSort by relevance Sort by last modified time
    Searched defs:GetMatchingPaths (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/platform/cloud/
retrying_file_system.cc 151 Status RetryingFileSystem::GetMatchingPaths(const string& pattern,
154 std::bind(&FileSystem::GetMatchingPaths, base_file_system_.get(), pattern,
gcs_file_system.cc 88 // GetMatchingPaths cache. A value of 0 (the default) means nothing is cached.
92 // GetMatchingPaths cache.
    [all...]
  /external/tensorflow/tensorflow/core/platform/
file_system.cc 100 Status FileSystem::GetMatchingPaths(const string& pattern,
env.cc 216 Status Env::GetMatchingPaths(const string& pattern,
220 return fs->GetMatchingPaths(pattern, results);
  /external/tensorflow/tensorflow/core/platform/windows/
windows_file_system.cc 486 Status WindowsFileSystem::GetMatchingPaths(const string& pattern,
488 // NOTE(mrry): The existing implementation of FileSystem::GetMatchingPaths()
496 TF_RETURN_IF_ERROR(FileSystem::GetMatchingPaths(converted_pattern, results));

Completed in 76 milliseconds