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