aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/devices/tosa/operators.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlia/devices/tosa/operators.py')
-rw-r--r--src/mlia/devices/tosa/operators.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mlia/devices/tosa/operators.py b/src/mlia/devices/tosa/operators.py
deleted file mode 100644
index b75ceb0..0000000
--- a/src/mlia/devices/tosa/operators.py
+++ /dev/null
@@ -1,11 +0,0 @@
-# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
-# SPDX-License-Identifier: Apache-2.0
-"""Operators module."""
-
-
-def report() -> None:
- """Generate supported operators report."""
- raise Exception(
- "Generating a supported operators report is not "
- "currently supported with TOSA target profile."
- )