Remove the number-of-input option from Add operator as it complicates the code but is never used
Showing
- aidge_core/aidge_export_aidge/operator_export/add.py 14 additions, 0 deletionsaidge_core/aidge_export_aidge/operator_export/add.py
- aidge_core/aidge_export_aidge/templates/graph_ctor/add.jinja 9 additions, 0 deletionsaidge_core/aidge_export_aidge/templates/graph_ctor/add.jinja
- aidge_core/unit_tests/test_recipes.py 2 additions, 2 deletionsaidge_core/unit_tests/test_recipes.py
- aidge_core/unit_tests/test_topological_order.py 2 additions, 2 deletionsaidge_core/unit_tests/test_topological_order.py
- include/aidge/operator/Add.hpp 2 additions, 2 deletionsinclude/aidge/operator/Add.hpp
- python_binding/operator/pybind_Add.cpp 2 additions, 2 deletionspython_binding/operator/pybind_Add.cpp
- src/data/Tensor.cpp 1 addition, 1 deletionsrc/data/Tensor.cpp
- src/operator/Add.cpp 7 additions, 7 deletionssrc/operator/Add.cpp
- src/operator/MetaOperatorDefs/LSTM.cpp 10 additions, 10 deletionssrc/operator/MetaOperatorDefs/LSTM.cpp
- src/recipes/ConvToMatMul.cpp 1 addition, 1 deletionsrc/recipes/ConvToMatMul.cpp
- unit_tests/graph/Test_GraphView.cpp 5 additions, 5 deletionsunit_tests/graph/Test_GraphView.cpp
- unit_tests/graph/Test_Matching.cpp 2 additions, 2 deletionsunit_tests/graph/Test_Matching.cpp
- unit_tests/operator/Test_Operator.cpp 1 addition, 1 deletionunit_tests/operator/Test_Operator.cpp
- unit_tests/recipes/Test_MatMulToFC.cpp 3 additions, 3 deletionsunit_tests/recipes/Test_MatMulToFC.cpp
Loading