Merge branch 'Add_Shape_and_Split' into 'dev'
Add Shape and Split operators See merge request eclipse/aidge/aidge_core!134
No related branches found
No related tags found
Showing
- include/aidge/aidge.hpp 2 additions, 0 deletionsinclude/aidge/aidge.hpp
- include/aidge/operator/Shape.hpp 103 additions, 0 deletionsinclude/aidge/operator/Shape.hpp
- include/aidge/operator/Split.hpp 111 additions, 0 deletionsinclude/aidge/operator/Split.hpp
- python_binding/operator/pybind_Shape.cpp 38 additions, 0 deletionspython_binding/operator/pybind_Shape.cpp
- python_binding/operator/pybind_Split.cpp 38 additions, 0 deletionspython_binding/operator/pybind_Split.cpp
- python_binding/pybind_core.cpp 4 additions, 0 deletionspython_binding/pybind_core.cpp
- src/operator/Shape.cpp 70 additions, 0 deletionssrc/operator/Shape.cpp
- src/operator/Split.cpp 142 additions, 0 deletionssrc/operator/Split.cpp
- unit_tests/operator/Test_ShapeImpl.cpp 86 additions, 0 deletionsunit_tests/operator/Test_ShapeImpl.cpp
- unit_tests/operator/Test_SplitImpl.cpp 119 additions, 0 deletionsunit_tests/operator/Test_SplitImpl.cpp
Loading
Please register or sign in to comment