aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/target/tosa/operators.py
blob: 62f2e7691e7efa6423a6a64620bc7e23b3a3633c (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-FileCopyrightText: Copyright 2022-2023, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0
"""Operators module."""


def report() -> None:
    """Generate supported operators report."""
    raise NotImplementedError(
        "Generating a supported operators report is not "
        "currently supported with TOSA target profile."
    )