Searched refs:random_access_file_ops (Results 1 – 7 of 7) sorted by relevance
56 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()
46 std::unique_ptr<const TF_RandomAccessFileOps> random_access_file_ops, in ModularFileSystem() argument54 random_access_file_ops_(std::move(random_access_file_ops)), in ModularFileSystem()
1032 TF_RandomAccessFileOps* random_access_file_ops; member
409 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()
724 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()
1144 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()
1223 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()