# 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"