Initial commit with working concept
parents
No related branches found
No related tags found
Showing
- .gitignore 22 additions, 0 deletions.gitignore
- .gitlab-ci.yml 42 additions, 0 deletions.gitlab-ci.yml
- CHANGELOG 3 additions, 0 deletionsCHANGELOG
- CMakeLists.txt 153 additions, 0 deletionsCMakeLists.txt
- LICENSE 278 additions, 0 deletionsLICENSE
- README.md 12 additions, 0 deletionsREADME.md
- aidge_backend_arrayfire-config.cmake.in 5 additions, 0 deletionsaidge_backend_arrayfire-config.cmake.in
- aidge_backend_arrayfire/__init__.py 2 additions, 0 deletionsaidge_backend_arrayfire/__init__.py
- aidge_backend_arrayfire/unit_tests/test_tensor.py 51 additions, 0 deletionsaidge_backend_arrayfire/unit_tests/test_tensor.py
- cmake/CodeCoverage.cmake 0 additions, 0 deletionscmake/CodeCoverage.cmake
- cmake/PybindModuleCreation.cmake 23 additions, 0 deletionscmake/PybindModuleCreation.cmake
- include/aidge/backend/arrayfire.hpp 19 additions, 0 deletionsinclude/aidge/backend/arrayfire.hpp
- include/aidge/backend/arrayfire/data/TensorImpl.hpp 183 additions, 0 deletionsinclude/aidge/backend/arrayfire/data/TensorImpl.hpp
- include/aidge/backend/arrayfire/operator/ConvImpl.hpp 45 additions, 0 deletionsinclude/aidge/backend/arrayfire/operator/ConvImpl.hpp
- project_name.txt 2 additions, 0 deletionsproject_name.txt
- requirements.txt 0 additions, 0 deletionsrequirements.txt
- setup.py 114 additions, 0 deletionssetup.py
- src/backend/arrayfire/data/TensorImpl.cpp 125 additions, 0 deletionssrc/backend/arrayfire/data/TensorImpl.cpp
- src/backend/arrayfire/operator/ConvImpl.cpp 86 additions, 0 deletionssrc/backend/arrayfire/operator/ConvImpl.cpp
- unit_tests/CMakeLists.txt 22 additions, 0 deletionsunit_tests/CMakeLists.txt
Loading
Please register or sign in to comment