Commits on Source (39)
-
Houssem ROUIS authored62a6a58d
-
Houssem ROUIS authored56197a2f
-
Houssem ROUIS authored16776c2b
-
Houssem ROUIS authored0ad72e30
-
Houssem ROUIS authored10cfb6dd
-
Houssem ROUIS authored0a694579
-
Houssem ROUIS authoredce266959
-
Houssem ROUIS authorede794c247
-
Houssem ROUIS authoredfd1f62bb
-
Houssem ROUIS authored3b6e6292
-
Houssem ROUIS authored7717ad3c
-
Houssem ROUIS authoredfc2e005e
-
Houssem ROUIS authored8dfe6ba6
-
Houssem ROUIS authorede31dca3a
-
Houssem ROUIS authoredbfdf7407
-
Houssem ROUIS authored4260ba9f
-
Houssem ROUIS authored25e14ea1
-
Houssem ROUIS authored32d58662
-
Houssem ROUIS authored
Merge branch 'master' of https://gitlab.eclipse.org/eclipse/aidge/aidge_backend_cpu into vit_operators
45b0cd2e -
Houssem ROUIS authored
Merge branch 'master' of https://gitlab.eclipse.org/eclipse/aidge/aidge_backend_cpu into vit_operators
bc3f4fcb -
Houssem ROUIS authored5b1a492f
-
Houssem ROUIS authored42445cbd
-
Houssem ROUIS authoredb95fdae5
-
Houssem ROUIS authored764923ca
-
Houssem ROUIS authored
Merge branch 'master' of https://gitlab.eclipse.org/eclipse/aidge/aidge_backend_cpu into vit_operators
f4c43da9 -
Houssem ROUIS authored7f5184ff
-
Houssem ROUIS authored36d8eb39
-
Houssem ROUIS authoredce73448a
-
Houssem ROUIS authored05c3fd5c
-
Houssem ROUIS authored51ea7d74
-
Houssem ROUIS authored7ec8b5d6
-
Houssem ROUIS authored03a58652
-
Maxence Naud authored7215ade7
-
Maxence Naud authored8d7f0c64
-
Maxence Naud authoredd87663c3
-
Maxence Naud authored0c6edb52
-
Maxence Naud authored6faa8136
-
Maxence Naud authored2b601b6d
-
Maxence Naud authored
Vit operators See merge request !20
8521b218
Showing
- include/aidge/backend/cpu.hpp 5 additions, 0 deletionsinclude/aidge/backend/cpu.hpp
- include/aidge/backend/cpu/operator/ErfImpl.hpp 50 additions, 0 deletionsinclude/aidge/backend/cpu/operator/ErfImpl.hpp
- include/aidge/backend/cpu/operator/ErfImpl_forward_kernels.hpp 45 additions, 0 deletions...de/aidge/backend/cpu/operator/ErfImpl_forward_kernels.hpp
- include/aidge/backend/cpu/operator/GatherImpl.hpp 50 additions, 0 deletionsinclude/aidge/backend/cpu/operator/GatherImpl.hpp
- include/aidge/backend/cpu/operator/GatherImpl_forward_kernels.hpp 66 additions, 0 deletions...aidge/backend/cpu/operator/GatherImpl_forward_kernels.hpp
- include/aidge/backend/cpu/operator/LeakyReLUImpl_forward_kernels.hpp 1 addition, 1 deletion...ge/backend/cpu/operator/LeakyReLUImpl_forward_kernels.hpp
- include/aidge/backend/cpu/operator/ReduceMeanImpl.hpp 104 additions, 0 deletionsinclude/aidge/backend/cpu/operator/ReduceMeanImpl.hpp
- include/aidge/backend/cpu/operator/ReduceMeanImpl_forward_kernels.hpp 132 additions, 0 deletions...e/backend/cpu/operator/ReduceMeanImpl_forward_kernels.hpp
- include/aidge/backend/cpu/operator/ReshapeImpl.hpp 50 additions, 0 deletionsinclude/aidge/backend/cpu/operator/ReshapeImpl.hpp
- include/aidge/backend/cpu/operator/ReshapeImpl_forward_kernels.hpp 45 additions, 0 deletions...idge/backend/cpu/operator/ReshapeImpl_forward_kernels.hpp
- include/aidge/backend/cpu/operator/SliceImpl_forward_kernels.hpp 1 addition, 1 deletion.../aidge/backend/cpu/operator/SliceImpl_forward_kernels.hpp
- include/aidge/backend/cpu/operator/SoftmaxImpl.hpp 2 additions, 2 deletionsinclude/aidge/backend/cpu/operator/SoftmaxImpl.hpp
- include/aidge/backend/cpu/operator/SoftmaxImpl_forward_kernels.hpp 21 additions, 18 deletions...idge/backend/cpu/operator/SoftmaxImpl_forward_kernels.hpp
- 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/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/ErfImpl.cpp
0 → 100644
src/operator/GatherImpl.cpp
0 → 100644
src/operator/ReduceMeanImpl.cpp
0 → 100644
src/operator/ReshapeImpl.cpp
0 → 100644