Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/filesystem/
Dmodular_filesystem_registration.cc56 if (ops->random_access_file_ops != nullptr) in ValidateABI()
88 if (ops->random_access_file_ops != nullptr) in ValidateAPI()
181 TF_RETURN_IF_ERROR(ValidateHelper(ops->random_access_file_ops)); in ValidateOperations()
186 ops->random_access_file_ops == nullptr) in ValidateOperations()
242 info->ops[index].random_access_file_ops, in RegisterFileSystem()
317 info->plugin_memory_free(info->ops[i].random_access_file_ops); in RegisterFilesystemPluginImpl()
Dmodular_filesystem.h46 std::unique_ptr<const TF_RandomAccessFileOps> random_access_file_ops, in ModularFileSystem() argument
54 random_access_file_ops_(std::move(random_access_file_ops)), in ModularFileSystem()
Dfilesystem_interface.h1032 TF_RandomAccessFileOps* random_access_file_ops; member
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
Dposix_filesystem.cc409 ops->random_access_file_ops = static_cast<TF_RandomAccessFileOps*>( in ProvideFilesystemSupportFor()
411 ops->random_access_file_ops->cleanup = tf_random_access_file::Cleanup; in ProvideFilesystemSupportFor()
412 ops->random_access_file_ops->read = tf_random_access_file::Read; in ProvideFilesystemSupportFor()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/hadoop/
Dhadoop_filesystem.cc724 ops->random_access_file_ops = static_cast<TF_RandomAccessFileOps*>( in ProvideFilesystemSupportFor()
726 ops->random_access_file_ops->cleanup = tf_random_access_file::Cleanup; in ProvideFilesystemSupportFor()
727 ops->random_access_file_ops->read = tf_random_access_file::Read; in ProvideFilesystemSupportFor()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem.cc1144 ops->random_access_file_ops = static_cast<TF_RandomAccessFileOps*>( in ProvideFilesystemSupportFor()
1146 ops->random_access_file_ops->cleanup = tf_random_access_file::Cleanup; in ProvideFilesystemSupportFor()
1147 ops->random_access_file_ops->read = tf_random_access_file::Read; in ProvideFilesystemSupportFor()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/
Ds3_filesystem.cc1223 ops->random_access_file_ops = static_cast<TF_RandomAccessFileOps*>( in ProvideFilesystemSupportFor()
1225 ops->random_access_file_ops->cleanup = tf_random_access_file::Cleanup; in ProvideFilesystemSupportFor()
1226 ops->random_access_file_ops->read = tf_random_access_file::Read; in ProvideFilesystemSupportFor()