Export refactor
Context
Changes
- Adapt arm export to refactoring of export, moving most functions to aidge_core and adapting structure (see aidge_core!163 (merged))
- Move N2D2 kernels for Conv, Fc and Pooling to aidge_arm replacing existing kernels
- Split ElemWise operations (Add, Mul, Div, Sub) in multiple files
- Add a template for saving outputs (not used yet!)
- Add support for operator Atan
- Improve Concat kernels
- Fix Split kernel
Edited by Cyril Moineau