Draft: Fix import tests
Compare changes
Files
12@@ -27,6 +27,8 @@ using FCImpl_cpu = OperatorImpl_cpu<FC_Op,
@@ -34,6 +36,8 @@ using FCImpl_cpu = OperatorImpl_cpu<FC_Op,
This MR is dedicated to enhance some operators imports mentioned in issue aidge_onnx#46.
The operators that will be enhanced are the following:
gemm
: * missing alpha
and beta
attributes.transA
and transB
attributes.Sum
: can no longer use Add
operator because the latter can no longer support more than 2 inputs.FCImpl.hpp
, FCImpl.cpp
, FCImpl_kernels.hpp
and Test_FCImpl.cpp
, add the attrs alpha
, beta
, transA
and transB
and support bias of shape [1, outChannels];SumImpl.hpp
, SumImpl.cpp
, SumImpl_kernels.hpp
and Test_SumImpl.cpp
, add Sum
operator;alpha
and beta
attr to FC
operatortransA
and transB
attr to FC
opratorFC
opratorSum
operatorCopyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent