add ArithmeticOperator class
parent
59c97851
No related branches found
No related tags found
Showing
- include/aidge/operator/ArithmeticOperator.hpp 112 additions, 0 deletionsinclude/aidge/operator/ArithmeticOperator.hpp
- include/aidge/operator/Div.hpp 4 additions, 16 deletionsinclude/aidge/operator/Div.hpp
- include/aidge/operator/Mul.hpp 4 additions, 15 deletionsinclude/aidge/operator/Mul.hpp
- include/aidge/operator/Pow.hpp 4 additions, 16 deletionsinclude/aidge/operator/Pow.hpp
- include/aidge/operator/Sub.hpp 4 additions, 16 deletionsinclude/aidge/operator/Sub.hpp
- python_binding/operator/pybind_Div.cpp 2 additions, 2 deletionspython_binding/operator/pybind_Div.cpp
- python_binding/operator/pybind_Mul.cpp 2 additions, 2 deletionspython_binding/operator/pybind_Mul.cpp
- python_binding/operator/pybind_Pow.cpp 2 additions, 2 deletionspython_binding/operator/pybind_Pow.cpp
- python_binding/operator/pybind_Sub.cpp 2 additions, 2 deletionspython_binding/operator/pybind_Sub.cpp
- src/operator/ArithmeticOperator.cpp 192 additions, 0 deletionssrc/operator/ArithmeticOperator.cpp
- src/operator/Div.cpp 1 addition, 16 deletionssrc/operator/Div.cpp
- src/operator/Mul.cpp 1 addition, 16 deletionssrc/operator/Mul.cpp
- src/operator/Pow.cpp 1 addition, 16 deletionssrc/operator/Pow.cpp
- src/operator/Sub.cpp 1 addition, 16 deletionssrc/operator/Sub.cpp
Loading
Please register or sign in to comment