Remove 'Tensor' from 'Operator' class. Only keep 'Data'
- Add a common parent class to each Operator using Tensors: OperatorTensor - Gather shared operator functions in OperatorTensor - Add generic mInputs and mOutputs attributes for OperatorTensor - Add an enum to identify the type of Data used by each Operator - Change Inputs, DataInputs, Outputs for Inputs, Data, Attr, Outputs for less confusion
parent
57ad2929
No related branches found
No related tags found
Showing
- include/aidge/operator/Operator.hpp 24 additions, 12 deletionsinclude/aidge/operator/Operator.hpp
- include/aidge/operator/OperatorTensor.hpp 50 additions, 29 deletionsinclude/aidge/operator/OperatorTensor.hpp
- src/operator/OperatorTensor.cpp 34 additions, 26 deletionssrc/operator/OperatorTensor.cpp
Please register or sign in to comment