onera / acetone

Predictable programming framework for ML applications in safety-critical systems.
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Add skeleton and default Python implementation for additional layers #1

Closed Gaudeval closed 1 month ago

Gaudeval commented 8 months ago

Supported layers are limited, for a good reason, to those for which a code generator exists. It would be interesting to at least provide a Python implementation and specification for additional layer types.

A good candidate or reference specification would be the NNEF and oneDNN ones which provide clear specifications of the computations.

Gaudeval commented 1 month ago

Obsolete, a lot of layers have been added by @yaitaissa while working on importers.