Fix import tests
Context
This MR is dedicated to enhance some operators imports mentioned in issue aidge_onnx#46 (moved).
The operators that will be enhanced are the following:
-
gemm: * missingalphaandbetaattributes.
* missingtransAandtransBattributes.
* cannot support bias of shape [1, outChannels]. -
Sum: can no longer useAddoperator because the latter can no longer support more than 2 inputs.
Modified files
-
Test_MetaOperator.cppadd unit tests forGemmmetaoperator -
SumImpl.hpp,SumImpl.cpp,SumImpl_kernels.hppandTest_SumImpl.cpp, addSumoperator;
TODO
-
Add tests for gemmoperator -
Add Sumoperator
Edited by Houssem ROUIS