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.
List layers of interest
Focus should be on the feed forward and parameters are required
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.