Searched refs:GetFileSystemForFile (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | env.cc | 95 Status Env::GetFileSystemForFile(const string& fname, FileSystem** result) { in GetFileSystemForFile() function in tensorflow::Env 126 GetFileSystemForFile(io::CreateURI(scheme, "", ""), &fs)); in FlushFileSystemCaches() 135 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs)); in NewRandomAccessFile() 142 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs)); in NewReadOnlyMemoryRegionFromFile() 149 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs)); in NewWritableFile() 156 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs)); in NewAppendableFile() 162 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs)); in FileExists() 214 TF_RETURN_IF_ERROR(GetFileSystemForFile(dir, &fs)); in GetChildren() 221 TF_RETURN_IF_ERROR(GetFileSystemForFile(pattern, &fs)); in GetMatchingPaths() 227 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs)); in DeleteFile() [all …]
|
D | env.h | 67 virtual Status GetFileSystemForFile(const string& fname, FileSystem** result); 346 Status GetFileSystemForFile(const string& fname, in GetFileSystemForFile() function 348 return target_->GetFileSystemForFile(fname, result); in GetFileSystemForFile()
|
/external/tensorflow/tensorflow/core/util/ |
D | memmapped_file_system.cc | 278 Status MemmappedEnv::GetFileSystemForFile(const string& fname, in GetFileSystemForFile() function in tensorflow::MemmappedEnv 288 return EnvWrapper::GetFileSystemForFile(fname, result); in GetFileSystemForFile()
|
D | memmapped_file_system.h | 130 Status GetFileSystemForFile(const string& fname,
|
/external/tensorflow/tensorflow/contrib/cloud/kernels/ |
D | gcs_config_ops.cc | 51 ctx->env()->GetFileSystemForFile("gs://fake/file.text", &filesystem)); in RetrieveGcsFs()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | matching_files_dataset_op.cc | 105 TF_RETURN_IF_ERROR(ctx->env()->GetFileSystemForFile( in GetNextInternal()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | constant_folding_test.cc | 704 ::tensorflow::Status GetFileSystemForFile( in GetFileSystemForFile() function in tensorflow::__anond28d22700111::__anond28d22700611::TestTFEnvironment 711 return tf_base::GetFileSystemForFile(fname, result); in GetFileSystemForFile()
|