Added Tanh and Sigmoid operators
Showing
- include/aidge/backend/cpu.hpp 2 additions, 0 deletionsinclude/aidge/backend/cpu.hpp
- include/aidge/backend/cpu/operator/ReLUImpl_forward_kernels.hpp 1 addition, 0 deletions...e/aidge/backend/cpu/operator/ReLUImpl_forward_kernels.hpp
- include/aidge/backend/cpu/operator/SigmoidImpl.hpp 51 additions, 0 deletionsinclude/aidge/backend/cpu/operator/SigmoidImpl.hpp
- include/aidge/backend/cpu/operator/SigmoidImpl_forward_kernels.hpp 42 additions, 0 deletions...idge/backend/cpu/operator/SigmoidImpl_forward_kernels.hpp
- include/aidge/backend/cpu/operator/TanhImpl.hpp 51 additions, 0 deletionsinclude/aidge/backend/cpu/operator/TanhImpl.hpp
- include/aidge/backend/cpu/operator/TanhImpl_forward_kernels.hpp 42 additions, 0 deletions...e/aidge/backend/cpu/operator/TanhImpl_forward_kernels.hpp
- src/operator/SigmoidImpl.cpp 42 additions, 0 deletionssrc/operator/SigmoidImpl.cpp
- src/operator/TanhImpl.cpp 42 additions, 0 deletionssrc/operator/TanhImpl.cpp
- unit_tests/scheduler/Test_Scheduler.cpp 1 addition, 5 deletionsunit_tests/scheduler/Test_Scheduler.cpp
Loading
Please register or sign in to comment