Merge branch 'fix_gather_and_slice' into 'dev'
Change Gather and Slice's attributes into intputs See merge request eclipse/aidge/aidge_core!93
Showing
- include/aidge/data/Data.hpp 31 additions, 8 deletionsinclude/aidge/data/Data.hpp
- include/aidge/operator/Gather.hpp 12 additions, 13 deletionsinclude/aidge/operator/Gather.hpp
- include/aidge/operator/Slice.hpp 11 additions, 20 deletionsinclude/aidge/operator/Slice.hpp
- python_binding/operator/pybind_Gather.cpp 3 additions, 1 deletionpython_binding/operator/pybind_Gather.cpp
- python_binding/operator/pybind_Slice.cpp 8 additions, 1 deletionpython_binding/operator/pybind_Slice.cpp
- src/operator/Gather.cpp 51 additions, 21 deletionssrc/operator/Gather.cpp
- src/operator/Slice.cpp 135 additions, 46 deletionssrc/operator/Slice.cpp
- src/recipes/HorizontalTiling.cpp 34 additions, 22 deletionssrc/recipes/HorizontalTiling.cpp
- unit_tests/operator/Test_GatherImpl.cpp 38 additions, 5 deletionsunit_tests/operator/Test_GatherImpl.cpp
- unit_tests/operator/Test_SliceImpl.cpp 78 additions, 7 deletionsunit_tests/operator/Test_SliceImpl.cpp
Loading
Please register or sign in to comment