Merged with dev
No related branches found
No related tags found
Showing
- include/aidge/backend/cpu/operator/TransposeImpl.hpp 123 additions, 0 deletionsinclude/aidge/backend/cpu/operator/TransposeImpl.hpp
- include/aidge/backend/cpu/operator/TransposeImpl_forward_kernels.hpp 110 additions, 0 deletions...ge/backend/cpu/operator/TransposeImpl_forward_kernels.hpp
- src/operator/ErfImpl.cpp 40 additions, 0 deletionssrc/operator/ErfImpl.cpp
- src/operator/GatherImpl.cpp 40 additions, 0 deletionssrc/operator/GatherImpl.cpp
- src/operator/MatMulImpl.cpp 106 additions, 24 deletionssrc/operator/MatMulImpl.cpp
- src/operator/ReduceMeanImpl.cpp 79 additions, 0 deletionssrc/operator/ReduceMeanImpl.cpp
- src/operator/ReshapeImpl.cpp 39 additions, 0 deletionssrc/operator/ReshapeImpl.cpp
- src/operator/SliceImpl.cpp 1 addition, 1 deletionsrc/operator/SliceImpl.cpp
- src/operator/SoftmaxImpl.cpp 7 additions, 8 deletionssrc/operator/SoftmaxImpl.cpp
- src/operator/TransposeImpl.cpp 123 additions, 0 deletionssrc/operator/TransposeImpl.cpp
- unit_tests/data/Test_TensorImpl.cpp 0 additions, 100 deletionsunit_tests/data/Test_TensorImpl.cpp
- unit_tests/operator/Test_ErfImpl.cpp 90 additions, 0 deletionsunit_tests/operator/Test_ErfImpl.cpp
- unit_tests/operator/Test_GatherImpl.cpp 100 additions, 0 deletionsunit_tests/operator/Test_GatherImpl.cpp
- unit_tests/operator/Test_MatMulImpl.cpp 263 additions, 84 deletionsunit_tests/operator/Test_MatMulImpl.cpp
- unit_tests/operator/Test_ReduceMeanImpl.cpp 172 additions, 0 deletionsunit_tests/operator/Test_ReduceMeanImpl.cpp
- unit_tests/operator/Test_ReshapeImpl.cpp 71 additions, 0 deletionsunit_tests/operator/Test_ReshapeImpl.cpp
- unit_tests/operator/Test_SliceImpl.cpp 1 addition, 1 deletionunit_tests/operator/Test_SliceImpl.cpp
- unit_tests/operator/Test_SoftmaxImpl.cpp 8 additions, 9 deletionsunit_tests/operator/Test_SoftmaxImpl.cpp
- unit_tests/operator/Test_TransposeImpl.cpp 127 additions, 0 deletionsunit_tests/operator/Test_TransposeImpl.cpp
- unit_tests/scheduler/Test_Scheduler.cpp 101 additions, 1 deletionunit_tests/scheduler/Test_Scheduler.cpp
src/operator/ErfImpl.cpp
0 → 100644
src/operator/GatherImpl.cpp
0 → 100644
src/operator/ReduceMeanImpl.cpp
0 → 100644
src/operator/ReshapeImpl.cpp
0 → 100644
src/operator/TransposeImpl.cpp
0 → 100644
unit_tests/data/Test_TensorImpl.cpp
deleted
100644 → 0
unit_tests/operator/Test_ErfImpl.cpp
0 → 100644
unit_tests/operator/Test_GatherImpl.cpp
0 → 100644
unit_tests/operator/Test_ReduceMeanImpl.cpp
0 → 100644
unit_tests/operator/Test_ReshapeImpl.cpp
0 → 100644
unit_tests/operator/Test_TransposeImpl.cpp
0 → 100644
Please register or sign in to comment