blob: c8092a43d1f3732de30156d3c64aa17caa49e68b [file] [log] [blame]
# 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.0"