blob: 20c5f52ab452a6ccf38e2fee01aa4da6b181fde1 [file] [log] [blame]
Mikael Olsson308e7f12023-06-12 15:00:55 +02001# SPDX-FileCopyrightText: Copyright 2021-2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
Kshitij Sisodiaf9efe0d2022-09-30 16:42:50 +01002# SPDX-License-Identifier: Apache-2.0
3
Mikael Olsson308e7f12023-06-12 15:00:55 +02004from ._generated.driver import Device, Inference, Network, Buffer, \
Mikael Olssone9c3f072023-06-12 15:58:10 +02005 MAX_SUPPORTED_KERNEL_DRIVER_MAJOR_VERSION, MIN_SUPPORTED_KERNEL_DRIVER_MAJOR_VERSION, \
6 DRIVER_LIBRARY_VERSION_MAJOR, DRIVER_LIBRARY_VERSION_MINOR, DRIVER_LIBRARY_VERSION_PATCH, \
7 getLibraryVersion
8
Kshitij Sisodiaf9efe0d2022-09-30 16:42:50 +01009from ._utilities import open_device, load_model, populate_buffers, \
10 allocate_buffers, get_results, InferenceRunner