aboutsummaryrefslogtreecommitdiff
path: root/tosa_checker/__init__.py
blob: ce76797d972b2de53082cde8d1be4d1000392260 (plain)
1
2
3
4
5
6
7
8
# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0

"""the package provides a way to check if a TFLite model is compatible with the TOSA specification."""

from _tosa_checker_wrapper import *

__version__ = "0.1.0"