remove ArithmeticOperator class
parent
98262f26
No related branches found
No related tags found
This commit is part of merge request !65. Comments created here will be created in the context of that merge request.
Showing
- include/aidge/operator/ArithmeticOperator.hpp 0 additions, 59 deletionsinclude/aidge/operator/ArithmeticOperator.hpp
- include/aidge/operator/Div.hpp 16 additions, 4 deletionsinclude/aidge/operator/Div.hpp
- include/aidge/operator/Mul.hpp 15 additions, 4 deletionsinclude/aidge/operator/Mul.hpp
- include/aidge/operator/Pow.hpp 16 additions, 4 deletionsinclude/aidge/operator/Pow.hpp
- include/aidge/operator/Sub.hpp 16 additions, 4 deletionsinclude/aidge/operator/Sub.hpp
- python_binding/operator/pybind_ArithmeticOperator.cpp 0 additions, 28 deletionspython_binding/operator/pybind_ArithmeticOperator.cpp
- 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
- python_binding/pybind_core.cpp 0 additions, 2 deletionspython_binding/pybind_core.cpp
- src/operator/ArithmeticOperator.cpp 0 additions, 75 deletionssrc/operator/ArithmeticOperator.cpp
- src/operator/Div.cpp 39 additions, 2 deletionssrc/operator/Div.cpp
- src/operator/Mul.cpp 39 additions, 2 deletionssrc/operator/Mul.cpp
- src/operator/Pow.cpp 39 additions, 2 deletionssrc/operator/Pow.cpp
- src/operator/Sub.cpp 39 additions, 2 deletionssrc/operator/Sub.cpp
src/operator/ArithmeticOperator.cpp
deleted
100644 → 0
Please register or sign in to comment