blob: c8092a43d1f3732de30156d3c64aa17caa49e68b [file] [log] [blame]
Saoirse Stewart53492972023-08-22 16:54:54 +01001# SPDX-FileCopyrightText: Copyright 2022-2023, Arm Limited and/or its affiliates.
Thibaut Goetghebuer-Planchon52dacd62022-07-06 10:23:22 +01002# SPDX-License-Identifier: Apache-2.0
3
4"""the package provides a way to check if a TFLite model is compatible with the TOSA specification."""
5
6from _tosa_checker_wrapper import *
7
Thibaut Goetghebuer-Planchon9d977222023-08-24 09:38:33 +01008__version__ = "0.2.0"