Searched refs:GetFileSystemForFile (Results 1 – 5 of 5) sorted by relevance
| /external/tensorflow/tensorflow/core/platform/ |
| D | env.cc | 93 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 …]
|
| D | env.h | 66 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/ |
| D | memmapped_file_system.cc | 266 Status MemmappedEnv::GetFileSystemForFile(const string& fname, in GetFileSystemForFile() function in tensorflow::MemmappedEnv 276 return EnvWrapper::GetFileSystemForFile(fname, result); in GetFileSystemForFile()
|
| D | memmapped_file_system.h | 128 Status GetFileSystemForFile(const string& fname,
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | constant_folding_test.cc | 666 ::tensorflow::Status GetFileSystemForFile( in GetFileSystemForFile() function in tensorflow::__anon5b08de640111::__anon5b08de640611::TestTFEnvironment 673 return tf_base::GetFileSystemForFile(fname, result); in GetFileSystemForFile()
|