fix failed onnx tests
Context
This MR is intended to fix the failed onnx tests encountered in issue aidge_onnx#50 (closed) and issue aidge_onnx#46.
This includes the following problems:
- And/Equal: A mistake was made, the operator Equal was named And.
- AvgPooling: unsupported attrs
dilations
andceil_mode
- MaxPooling: unsupported attr
dilations
Detailed major modifications
The following modifications were made:
- Add Equal operator
- Fix And operator
- Add dilations attr to Maxpooling
- Add
dilations
andceil_mode
to AvgPooling
TODO
-
Add Equal Op -
Fix And Op -
AvgPooling: add dilations
,ceil_mode
attrs -
MaxPooling: add dilations
attr
Edited by Houssem ROUIS