Commits on Source (35)
-
Cyril Moineau authored758439d7
-
Cyril Moineau authored8ad1d47c
-
Cyril Moineau authored684f7bc6
-
Grégoire Kubler authored
Merge branch 'dev' into 'main' See merge request !93
f1a9e9d3 -
Cyril Moineau authoredbb485484
-
Cyril Moineau authored1b3bb038
-
Maxence Naud authored3b646a93
-
Maxence Naud authored83aaa459
-
Maxence Naud authored88826884
-
Maxence Naud authored
Fix forgotten 'delete' calls at the end of some tests See merge request !97
c6edaf36 -
Maxence Naud authored10d79752
-
Maxence Naud authored
Resolve "Missing ``dilation`` parameter in Conv[DepthWise] forward kernel" See merge request !95
e46aaa1b -
Maxence Naud authored
Merge branch 'fix' into 'main' See merge request !98
bf0cff39 -
Maxence Naud authored12ca5c67
-
Maxence Naud authored445eb637
-
9103ecfe
-
Maxence Naud authored2e1d458e
-
Maxence Naud authoredcc842df7
-
Maxence Naud authored72cf4688
-
Maxence Naud authoredc862486f
-
Maxence Naud authored9b65d95a
-
Maxence Naud authored
Export refactor See merge request !92
fb4f93fd -
Olivier BICHLER authored0d421d33
-
Olivier BICHLER authored
Fix padding See merge request !100
3d0fd068 -
375eb65f
-
Thibault Allenet authored
[Add] Clip Operator See merge request !91
2a745b7d -
Maxence Naud authored544f70a4
-
Maxence Naud authored
Upd 2D Conv[DepthWise] kernels and add some tests See merge request !101
382a5508 -
8388b9e5
-
Co-authored-by:
Cyril Moineau <cyril.moineau@cea.fr>
69be92e4 -
Cyril Moineau authored
[Add] Round Operator See merge request !94
d318dbfe -
Olivier BICHLER authored2ed4c450
-
Olivier BICHLER authored693cb6ff
-
Olivier BICHLER authorede87dd5bd
-
Olivier BICHLER authored
Add MatMulTiling recipe See merge request !105
a2bcd467
Showing
- aidge_backend_cpu/unit_tests/test_scheduler.py 6 additions, 5 deletionsaidge_backend_cpu/unit_tests/test_scheduler.py
- include/aidge/backend/cpu.hpp 4 additions, 0 deletionsinclude/aidge/backend/cpu.hpp
- include/aidge/backend/cpu/operator/AtanImpl.hpp 33 additions, 0 deletionsinclude/aidge/backend/cpu/operator/AtanImpl.hpp
- include/aidge/backend/cpu/operator/AtanImpl_kernels.hpp 60 additions, 0 deletionsinclude/aidge/backend/cpu/operator/AtanImpl_kernels.hpp
- include/aidge/backend/cpu/operator/ClipImpl.hpp 46 additions, 0 deletionsinclude/aidge/backend/cpu/operator/ClipImpl.hpp
- include/aidge/backend/cpu/operator/ClipImpl_kernels.hpp 77 additions, 0 deletionsinclude/aidge/backend/cpu/operator/ClipImpl_kernels.hpp
- include/aidge/backend/cpu/operator/ConvDepthWiseImpl_kernels.hpp 107 additions, 43 deletions.../aidge/backend/cpu/operator/ConvDepthWiseImpl_kernels.hpp
- include/aidge/backend/cpu/operator/ConvImpl_kernels.hpp 107 additions, 46 deletionsinclude/aidge/backend/cpu/operator/ConvImpl_kernels.hpp
- include/aidge/backend/cpu/operator/GridSampleImpl_kernels.hpp 5 additions, 5 deletions...ude/aidge/backend/cpu/operator/GridSampleImpl_kernels.hpp
- include/aidge/backend/cpu/operator/OperatorImpl.hpp 4 additions, 2 deletionsinclude/aidge/backend/cpu/operator/OperatorImpl.hpp
- include/aidge/backend/cpu/operator/PadImpl_kernels.hpp 14 additions, 14 deletionsinclude/aidge/backend/cpu/operator/PadImpl_kernels.hpp
- include/aidge/backend/cpu/operator/RoundImpl.hpp 34 additions, 0 deletionsinclude/aidge/backend/cpu/operator/RoundImpl.hpp
- include/aidge/backend/cpu/operator/RoundImpl_kernels.hpp 46 additions, 0 deletionsinclude/aidge/backend/cpu/operator/RoundImpl_kernels.hpp
- include/aidge/backend/cpu/operator/SliceImpl_kernels.hpp 3 additions, 3 deletionsinclude/aidge/backend/cpu/operator/SliceImpl_kernels.hpp
- src/operator/AtanImpl.cpp 54 additions, 0 deletionssrc/operator/AtanImpl.cpp
- src/operator/ClipImpl.cpp 67 additions, 0 deletionssrc/operator/ClipImpl.cpp
- src/operator/RoundImpl.cpp 40 additions, 0 deletionssrc/operator/RoundImpl.cpp
- unit_tests/data/Test_TensorImpl.cpp 5 additions, 1 deletionunit_tests/data/Test_TensorImpl.cpp
- unit_tests/operator/Test_AddImpl.cpp 19 additions, 56 deletionsunit_tests/operator/Test_AddImpl.cpp
- unit_tests/operator/Test_Atan.cpp 77 additions, 0 deletionsunit_tests/operator/Test_Atan.cpp
src/operator/AtanImpl.cpp
0 → 100644
src/operator/ClipImpl.cpp
0 → 100644
src/operator/RoundImpl.cpp
0 → 100644
unit_tests/operator/Test_Atan.cpp
0 → 100644