Ajout du Backend CPU pour l'opérateur BitShift (Ainsi que les tests unitaire de bitshift)
parent
d1114932
No related branches found
Tags v0.2.0
This commit is part of merge request !88. Comments created here will be created in the context of that merge request.
Showing
- include/aidge/backend/cpu.hpp 1 addition, 0 deletionsinclude/aidge/backend/cpu.hpp
- include/aidge/backend/cpu/operator/BitShiftImpl.hpp 51 additions, 0 deletionsinclude/aidge/backend/cpu/operator/BitShiftImpl.hpp
- include/aidge/backend/cpu/operator/BitShiftImpl_forward_kernels.hpp 74 additions, 0 deletions...dge/backend/cpu/operator/BitShiftImpl_forward_kernels.hpp
- src/operator/BitShiftImpl.cpp 57 additions, 0 deletionssrc/operator/BitShiftImpl.cpp
- unit_tests/operator/Test_BitShift.cpp 245 additions, 0 deletionsunit_tests/operator/Test_BitShift.cpp
src/operator/BitShiftImpl.cpp
0 → 100644
unit_tests/operator/Test_BitShift.cpp
0 → 100644
Please register or sign in to comment