Commits on Source (13)
-
Cyril Moineau authored758439d7
-
Cyril Moineau authored8ad1d47c
-
Cyril Moineau authored684f7bc6
-
Cyril Moineau authoredbb485484
-
Cyril Moineau authored1b3bb038
-
Maxence Naud authored3b646a93
-
Maxence Naud authored12ca5c67
-
Maxence Naud authored445eb637
-
9103ecfe
-
Maxence Naud authored2e1d458e
-
Maxence Naud authoredc862486f
-
Maxence Naud authored9b65d95a
-
Maxence Naud authored
Export refactor See merge request !92
fb4f93fd
Showing
- aidge_backend_cpu/unit_tests/test_scheduler.py 5 additions, 4 deletionsaidge_backend_cpu/unit_tests/test_scheduler.py
- include/aidge/backend/cpu.hpp 2 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/ConvDepthWiseImpl_kernels.hpp 1 addition, 0 deletions.../aidge/backend/cpu/operator/ConvDepthWiseImpl_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
- src/operator/AtanImpl.cpp 54 additions, 0 deletionssrc/operator/AtanImpl.cpp
- unit_tests/data/Test_TensorImpl.cpp 1 addition, 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
- unit_tests/recipies/Test_ConstantFolding.cpp 3 additions, 3 deletionsunit_tests/recipies/Test_ConstantFolding.cpp
- unit_tests/scheduler/Test_Scheduler.cpp 10 additions, 7 deletionsunit_tests/scheduler/Test_Scheduler.cpp
src/operator/AtanImpl.cpp
0 → 100644
unit_tests/operator/Test_Atan.cpp
0 → 100644