Merge branch 'genericop_from_op' into 'dev'
Added possibility to create a GenericOp from any Operator See merge request !272
No related branches found
No related tags found
Showing
- include/aidge/operator/GenericOperator.hpp 20 additions, 4 deletionsinclude/aidge/operator/GenericOperator.hpp
- include/aidge/operator/Operator.hpp 4 additions, 0 deletionsinclude/aidge/operator/Operator.hpp
- include/aidge/recipes/Recipes.hpp 13 additions, 0 deletionsinclude/aidge/recipes/Recipes.hpp
- include/aidge/utils/DynamicAttributes.hpp 53 additions, 0 deletionsinclude/aidge/utils/DynamicAttributes.hpp
- include/aidge/utils/StaticAttributes.hpp 6 additions, 1 deletioninclude/aidge/utils/StaticAttributes.hpp
- python_binding/operator/pybind_GenericOperator.cpp 26 additions, 0 deletionspython_binding/operator/pybind_GenericOperator.cpp
- python_binding/operator/pybind_Operator.cpp 8 additions, 1 deletionpython_binding/operator/pybind_Operator.cpp
- python_binding/recipes/pybind_Recipes.cpp 7 additions, 0 deletionspython_binding/recipes/pybind_Recipes.cpp
- src/operator/GenericOperator.cpp 41 additions, 2 deletionssrc/operator/GenericOperator.cpp
- src/recipes/ToGenericOp.cpp 23 additions, 0 deletionssrc/recipes/ToGenericOp.cpp
- unit_tests/recipes/Test_ToGenericOp.cpp 94 additions, 0 deletionsunit_tests/recipes/Test_ToGenericOp.cpp
Loading
Please register or sign in to comment