aboutsummaryrefslogtreecommitdiff
path: root/tosa_checker/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tosa_checker/__init__.py')
-rw-r--r--tosa_checker/__init__.py8
1 files changed, 8 insertions, 0 deletions
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"