From 52dacd6556d60815253d4e4938e218ea3d8084a2 Mon Sep 17 00:00:00 2001 From: Thibaut Goetghebuer-Planchon Date: Wed, 6 Jul 2022 10:23:22 +0100 Subject: Initial commit Change-Id: I2fb0933d595a6ede6417d09dd905ef72d6c60c9b --- tosa_checker/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tosa_checker/__init__.py (limited to 'tosa_checker/__init__.py') diff --git a/tosa_checker/__init__.py b/tosa_checker/__init__.py new file mode 100644 index 0000000..ce76797 --- /dev/null +++ b/tosa_checker/__init__.py @@ -0,0 +1,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.1.0" -- cgit v1.2.1