[Add] MatMul Operator cpu implementation + test
parent
4223d090
No related branches found
No related tags found
Showing
- include/aidge/backend/cpu.hpp 1 addition, 0 deletionsinclude/aidge/backend/cpu.hpp
- include/aidge/backend/cpu/operator/MatMulImpl.hpp 76 additions, 0 deletionsinclude/aidge/backend/cpu/operator/MatMulImpl.hpp
- include/aidge/backend/cpu/operator/MatMulImpl_forward_kernels.hpp 58 additions, 0 deletions...aidge/backend/cpu/operator/MatMulImpl_forward_kernels.hpp
- src/operator/MatMulImpl.cpp 121 additions, 0 deletionssrc/operator/MatMulImpl.cpp
- unit_tests/operator/Test_MatMulImpl.cpp 108 additions, 0 deletionsunit_tests/operator/Test_MatMulImpl.cpp
Loading
Please register or sign in to comment