Skip to content
Snippets Groups Projects

Draft: Fix import tests

Open Houssem ROUIS requested to merge fix_import_tests into dev

Context

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.
    * missing transA and transB attributes.
    * cannot support bias of shape [1, outChannels].
  • Sum: can no longer use Add operator because the latter can no longer support more than 2 inputs.

Modified files

  • FC.hpp, FC.cpp and pybind_FC.cpp, add the attrs alpha, beta, transA and transB and support bias of shape [1, outChannels];
  • Sum.hpp, Sum.cpp and pybind_Sum.cpp, add Sum operator;

TODO

  • Add alpha and beta attr to FC operator
  • Add transA and transB attr to FC oprator
  • Support bias of shape [1, outChannels] in FC oprator
  • Add Sum operator
Edited by Houssem ROUIS

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading