Home
last modified time | relevance | path

Searched refs:GetFileSystemForFile (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Denv.cc93 Status Env::GetFileSystemForFile(const string& fname, FileSystem** result) { in GetFileSystemForFile() function in tensorflow::Env
124 GetFileSystemForFile(io::CreateURI(scheme, "", ""), &fs)); in FlushFileSystemCaches()
133 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs)); in NewRandomAccessFile()
140 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs)); in NewReadOnlyMemoryRegionFromFile()
147 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs)); in NewWritableFile()
154 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs)); in NewAppendableFile()
160 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs)); in FileExists()
212 TF_RETURN_IF_ERROR(GetFileSystemForFile(dir, &fs)); in GetChildren()
219 TF_RETURN_IF_ERROR(GetFileSystemForFile(pattern, &fs)); in GetMatchingPaths()
225 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs)); in DeleteFile()
[all …]
Denv.h66 virtual Status GetFileSystemForFile(const string& fname, FileSystem** result);
316 Status GetFileSystemForFile(const string& fname, in GetFileSystemForFile() function
318 return target_->GetFileSystemForFile(fname, result); in GetFileSystemForFile()
/external/tensorflow/tensorflow/core/util/
Dmemmapped_file_system.cc266 Status MemmappedEnv::GetFileSystemForFile(const string& fname, in GetFileSystemForFile() function in tensorflow::MemmappedEnv
276 return EnvWrapper::GetFileSystemForFile(fname, result); in GetFileSystemForFile()
Dmemmapped_file_system.h128 Status GetFileSystemForFile(const string& fname,
/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding_test.cc666 ::tensorflow::Status GetFileSystemForFile( in GetFileSystemForFile() function in tensorflow::__anon5b08de640111::__anon5b08de640611::TestTFEnvironment
673 return tf_base::GetFileSystemForFile(fname, result); in GetFileSystemForFile()