aboutsummaryrefslogtreecommitdiff
path: root/tosa_checker/__init__.py
blob: c9a28f31bb45136ec4ed10ed6ffe260d5717ee82 (plain)
1
2
3
4
5
6
7
8
# SPDX-FileCopyrightText: Copyright 2022-2023, 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.0rc0"