Module melior::dialect::ods::tosa

source ·
Expand description

tosa dialect.

The Tensor Operator Set Architecture (TOSA) dialect.

This dialect implements the TOSA standard described at https://www.mlplatform.org/tosa/tosa_spec.html .

Tensor Operator Set Architecture (TOSA) provides a set of whole-tensor operations commonly employed by Deep Neural Networks. The intent is to enable a variety of implementations running on a diverse range of processors, with the results at the TOSA level consistent across those implementations. Applications or frameworks which target TOSA can therefore be deployed on a wide range of different processors, such as CPUs or GPUs, with defined accuracy and compatibility constraints. Most operators from the common ML frameworks should be expressible in TOSA. It is expected that there will be tools to lower from the ML frameworks into TOSA.

Structs§

Functions§