Merge branch 'matmul_rework' into 'dev'
Matmul rework See merge request eclipse/aidge/aidge_core!76
No related branches found
No related tags found
Showing
- CHANGELOG 4 additions, 0 deletionsCHANGELOG
- aidge_core/unit_tests/test_parameters.py 0 additions, 6 deletionsaidge_core/unit_tests/test_parameters.py
- aidge_core/unit_tests/test_recipies.py 2 additions, 2 deletionsaidge_core/unit_tests/test_recipies.py
- include/aidge/data/Tensor.hpp 16 additions, 141 deletionsinclude/aidge/data/Tensor.hpp
- include/aidge/operator/MatMul.hpp 23 additions, 50 deletionsinclude/aidge/operator/MatMul.hpp
- python_binding/operator/pybind_Matmul.cpp 4 additions, 9 deletionspython_binding/operator/pybind_Matmul.cpp
- src/data/Tensor.cpp 136 additions, 1 deletionsrc/data/Tensor.cpp
- src/operator/MatMul.cpp 57 additions, 1 deletionsrc/operator/MatMul.cpp
- src/recipies/FuseMulAdd.cpp 13 additions, 1 deletionsrc/recipies/FuseMulAdd.cpp
- unit_tests/data/Test_TensorImpl.cpp 3 additions, 3 deletionsunit_tests/data/Test_TensorImpl.cpp
- unit_tests/graphRegex/Test_GraphRegex.cpp 3 additions, 3 deletionsunit_tests/graphRegex/Test_GraphRegex.cpp
- unit_tests/operator/Test_MatMul_Op.cpp 196 additions, 0 deletionsunit_tests/operator/Test_MatMul_Op.cpp
- unit_tests/recipies/Test_FuseMulAdd.cpp 3 additions, 3 deletionsunit_tests/recipies/Test_FuseMulAdd.cpp
- version.txt 1 addition, 1 deletionversion.txt
unit_tests/operator/Test_MatMul_Op.cpp
0 → 100644
Please register or sign in to comment