chore: Improve and test Mul Backward kernel
- Rework Mul backward kernel to make more straighforward, and easily adaptable to other element-wise kernels (sub, add, div). - Add tests, including new test with random values
Showing
- include/aidge/backend/cpu/operator/MulImpl.hpp 1 addition, 0 deletionsinclude/aidge/backend/cpu/operator/MulImpl.hpp
- include/aidge/backend/cpu/operator/MulImpl_kernels.hpp 41 additions, 49 deletionsinclude/aidge/backend/cpu/operator/MulImpl_kernels.hpp
- src/operator/MulImpl.cpp 1 addition, 0 deletionssrc/operator/MulImpl.cpp
- unit_tests/operator/Test_MulImpl.cpp 489 additions, 404 deletionsunit_tests/operator/Test_MulImpl.cpp
Loading
Please register or sign in to comment