aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/backend/__init__.py
blob: 2d1da7009f92e4d8bcc948f32908fb9e548cdd2f (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0
"""Backend module."""
# Make sure all targets are registered with the registry by importing the
# sub-modules
# flake8: noqa
from mlia.backend import armnn_tflite_delegate
from mlia.backend import corstone
from mlia.backend import tosa_checker
from mlia.backend import vela