Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Denv.cc95 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 …]
Denv.h67 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/
Dmemmapped_file_system.cc278 Status MemmappedEnv::GetFileSystemForFile(const string& fname, in GetFileSystemForFile() function in tensorflow::MemmappedEnv
288 return EnvWrapper::GetFileSystemForFile(fname, result); in GetFileSystemForFile()
Dmemmapped_file_system.h130 Status GetFileSystemForFile(const string& fname,
/external/tensorflow/tensorflow/contrib/cloud/kernels/
Dgcs_config_ops.cc51 ctx->env()->GetFileSystemForFile("gs://fake/file.text", &filesystem)); in RetrieveGcsFs()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dmatching_files_dataset_op.cc105 TF_RETURN_IF_ERROR(ctx->env()->GetFileSystemForFile( in GetNextInternal()
/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding_test.cc704 ::tensorflow::Status GetFileSystemForFile( in GetFileSystemForFile() function in tensorflow::__anond28d22700111::__anond28d22700611::TestTFEnvironment
711 return tf_base::GetFileSystemForFile(fname, result); in GetFileSystemForFile()