Simplify and optimize operators
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()andattributesName(), but their Python binding remains.
- Removed C++
- Removed deprecated
Scalingoperator; - Moved generic
TransposeImplin its own file like other generic operators.
Edited by Olivier BICHLER