feat : added interpolation, linear & nearest
Also added generic interpolation function that serves as a wrapper for all future interpolations functions to implement.
parent
a200c447
No related branches found
No related tags found
Showing
- include/aidge/backend/cpu/data/Interpolation.hpp 117 additions, 0 deletionsinclude/aidge/backend/cpu/data/Interpolation.hpp
- src/data/Interpolation.cpp 425 additions, 0 deletionssrc/data/Interpolation.cpp
- unit_tests/data/Test_Interpolation.cpp 237 additions, 0 deletionsunit_tests/data/Test_Interpolation.cpp
- unit_tests/data/Test_TensorImpl.cpp 1 addition, 1 deletionunit_tests/data/Test_TensorImpl.cpp
Loading
Please register or sign in to comment