Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/filesystem/
Dfilesystem_interface.h347 void (*new_random_access_file)(const TF_Filesystem* filesystem, member
Dmodular_filesystem_registration.cc185 if (ops->filesystem_ops->new_random_access_file != nullptr && in ValidateOperations()
Dmodular_filesystem.cc40 if (ops_->new_random_access_file == nullptr) in NewRandomAccessFile()
47 ops_->new_random_access_file(filesystem_.get(), translated_name.c_str(), in NewRandomAccessFile()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
Dposix_filesystem.cc434 ops->filesystem_ops->new_random_access_file = in ProvideFilesystemSupportFor()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/hadoop/
Dhadoop_filesystem.cc742 ops->filesystem_ops->new_random_access_file = in ProvideFilesystemSupportFor()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem.cc1164 ops->filesystem_ops->new_random_access_file = in ProvideFilesystemSupportFor()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/
Ds3_filesystem.cc1248 ops->filesystem_ops->new_random_access_file = in ProvideFilesystemSupportFor()