fix failed onnx tests
Context
This MR is intended to fix the failed onnx tests encountered in issue aidge_onnx#50 (moved) and issue aidge_onnx#46 (moved).
This includes the following problems:
- Flatten: missing python binding.
- And/Equal: A mistake was made, the operator Equal was named And.
- AvgPooling: unsupported attrs
dilationsandceil_mode - MaxPooling: unsupported attr
dilations
Detailed major modifications
The following modifications were made:
- Add python binding for flatten
- Add Equal operator
- Add dilations attr to Maxpooling
- Add
dilationsandceil_modeto AvgPooling
TODO
This MR would only fix the following:
-
Add Flatten binding -
Add Equal Op -
AvgPooling: add dilationsandceil_modeattrs -
MaxPooling: add dilationsattr
Edited by Houssem ROUIS