aboutsummaryrefslogtreecommitdiff
path: root/tosa_checker/__init__.py
blob: 3484b5a4362be75d340d23e5f7e7e8c297eb252a (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.2.0a1"