Skip to content

Simplify and optimize operators

Olivier BICHLER requested to merge simplify_op into dev

The goal of this MR is to simplify and optimize operators through:

  • Code factorization, with the introduction of the template OperatorTensorWithImpl;
  • Strings elimination when not necessary, through the use of constexpr descriptors only;
    • Removed C++ getInputsName(), getOutputsName() and attributesName(), but their Python binding remains.
  • Removed deprecated Scaling operator;
  • Moved generic TransposeImpl in its own file like other generic operators.
Edited by Olivier BICHLER

Merge request reports

Loading