aboutsummaryrefslogtreecommitdiff
path: root/driver_library/python/src/ethosu_driver/__init__.py
blob: ee6ea1fd9328585d20e31277644c724813792a76 (plain)
1
2
3
4
5
6
# SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates <open-source-office@arm.com>
# SPDX-License-Identifier: Apache-2.0

from ._generated.driver import Device, Inference, Network, Buffer
from ._utilities import open_device, load_model, populate_buffers, \
                        allocate_buffers, get_results, InferenceRunner