Merge branch 'learning_backend_cuda' into 'dev'
Learning backend cuda See merge request !178
No related branches found
No related tags found
Checking pipeline status
Showing
- include/aidge/aidge.hpp 3 additions, 0 deletionsinclude/aidge/aidge.hpp
- include/aidge/data/DataProvider.hpp 4 additions, 1 deletioninclude/aidge/data/DataProvider.hpp
- include/aidge/operator/And.hpp 81 additions, 0 deletionsinclude/aidge/operator/And.hpp
- include/aidge/operator/ArgMax.hpp 135 additions, 0 deletionsinclude/aidge/operator/ArgMax.hpp
- include/aidge/operator/ReduceMean.hpp 34 additions, 6 deletionsinclude/aidge/operator/ReduceMean.hpp
- include/aidge/operator/ReduceSum.hpp 135 additions, 0 deletionsinclude/aidge/operator/ReduceSum.hpp
- python_binding/data/pybind_DataProvider.cpp 1 addition, 1 deletionpython_binding/data/pybind_DataProvider.cpp
- python_binding/operator/pybind_And.cpp 34 additions, 0 deletionspython_binding/operator/pybind_And.cpp
- python_binding/operator/pybind_ArgMax.cpp 72 additions, 0 deletionspython_binding/operator/pybind_ArgMax.cpp
- python_binding/operator/pybind_ReduceMean.cpp 35 additions, 8 deletionspython_binding/operator/pybind_ReduceMean.cpp
- python_binding/operator/pybind_ReduceSum.cpp 72 additions, 0 deletionspython_binding/operator/pybind_ReduceSum.cpp
- python_binding/pybind_core.cpp 6 additions, 0 deletionspython_binding/pybind_core.cpp
- src/data/DataProvider.cpp 5 additions, 2 deletionssrc/data/DataProvider.cpp
- src/data/Tensor.cpp 1 addition, 1 deletionsrc/data/Tensor.cpp
- src/operator/And.cpp 58 additions, 0 deletionssrc/operator/And.cpp
- src/operator/ArgMax.cpp 53 additions, 0 deletionssrc/operator/ArgMax.cpp
- src/operator/ReduceMean.cpp 19 additions, 4 deletionssrc/operator/ReduceMean.cpp
- src/operator/ReduceSum.cpp 72 additions, 0 deletionssrc/operator/ReduceSum.cpp
Loading
Please register or sign in to comment