# 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." )