"README.md" did not exist on "c953999f4daa52694ac94b494dad89477ecdc6c9"
Merge branch 'dev' of...
Merge branch 'dev' of https://gitlab.eclipse.org/eclipse/aidge/aidge_backend_cpu into feat_operator_bitshift Merging aidge/dev -> feat_operator_bitshift
No related branches found
No related tags found
Checking pipeline status
This commit is part of merge request !88. Comments created here will be created in the context of that merge request.
Showing
- CMakeLists.txt 12 additions, 2 deletionsCMakeLists.txt
- README.md 23 additions, 21 deletionsREADME.md
- include/aidge/backend/cpu.hpp 1 addition, 0 deletionsinclude/aidge/backend/cpu.hpp
- include/aidge/backend/cpu/operator/ConstantOfShapeImpl.hpp 52 additions, 0 deletionsinclude/aidge/backend/cpu/operator/ConstantOfShapeImpl.hpp
- include/aidge/backend/cpu/operator/ConstantOfShapeImpl_forward_kernels.hpp 78 additions, 0 deletions...kend/cpu/operator/ConstantOfShapeImpl_forward_kernels.hpp
- include/aidge/backend/cpu/operator/GridSampleImpl.hpp 65 additions, 0 deletionsinclude/aidge/backend/cpu/operator/GridSampleImpl.hpp
- include/aidge/backend/cpu/operator/GridSampleImpl_forward_kernels.hpp 478 additions, 0 deletions...e/backend/cpu/operator/GridSampleImpl_forward_kernels.hpp
- include/aidge/backend/cpu/operator/MulImpl.hpp 20 additions, 4 deletionsinclude/aidge/backend/cpu/operator/MulImpl.hpp
- include/aidge/backend/cpu/operator/MulImpl_backward_kernels.hpp 92 additions, 0 deletions...e/aidge/backend/cpu/operator/MulImpl_backward_kernels.hpp
- include/aidge/backend/cpu/operator/PadImpl_forward_kernels.hpp 5 additions, 5 deletions...de/aidge/backend/cpu/operator/PadImpl_forward_kernels.hpp
- pyproject.toml 1 addition, 2 deletionspyproject.toml
- setup.py 22 additions, 33 deletionssetup.py
- src/operator/ConstantOfShapeImpl.cpp 40 additions, 0 deletionssrc/operator/ConstantOfShapeImpl.cpp
- src/operator/GridSampleImpl.cpp 70 additions, 0 deletionssrc/operator/GridSampleImpl.cpp
- src/operator/MulImpl.cpp 31 additions, 0 deletionssrc/operator/MulImpl.cpp
- unit_tests/operator/Test_ConstantOfShapeImpl.cpp 120 additions, 0 deletionsunit_tests/operator/Test_ConstantOfShapeImpl.cpp
- unit_tests/operator/Test_MulImpl.cpp 391 additions, 21 deletionsunit_tests/operator/Test_MulImpl.cpp
- unit_tests/operator/Test_PadImpl.cpp 1 addition, 1 deletionunit_tests/operator/Test_PadImpl.cpp
Loading
Please register or sign in to comment