Fix nodes import tests
Context
This MR is dedicated to enhance some operators imports mentioned in issue #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
-
gemm.py, add the attrsalpha,beta,transAandtransBand support bias of shape [1, outChannels]; -
sum.py, addsumimport/export;
TODO
-
Add alphaandbetaattr toFCoperator -
Add transAandtransBattr toFCoprator -
Support bias of shape [1, outChannels] in FCoprator -
Add Sumoperator
Edited by Houssem ROUIS