aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/target/tosa/operators.py
blob: b75ceb011a90a86d628a964b2b4da598b87c8d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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."
    )