Skip to content

sum

Classes

SumOperator

SumOperator(op: AirOperator, model: AirModel, platform: SocPlatform, prefix: str = 'aot', attributes: dict[str, str] = {})

SUM operator.

Functions

compute_values
compute_values() -> dict[str, str]

Compute the values for the operator.

emit
emit(save_path: Path)

Generate the source code for the operator.

Functions