[MAJ][IMPR][TBV][WIP] making storage references a future_std::any in order to support any backend.
[TODO]: some implementations supports only CPU. Must be fixed or protected against access to other backend. [FIX][UT] Also fix some warnings in a unit test closes #21 closes #35 related #42 related #45 related #46
parent
7e117c5e
No related branches found
No related tags found
Showing
- include/aidge/backend/TensorImpl.hpp 31 additions, 21 deletionsinclude/aidge/backend/TensorImpl.hpp
- include/aidge/data/Tensor.hpp 24 additions, 22 deletionsinclude/aidge/data/Tensor.hpp
- include/aidge/hook/OutputRange.hpp 2 additions, 1 deletioninclude/aidge/hook/OutputRange.hpp
- python_binding/data/pybind_Tensor.cpp 4 additions, 2 deletionspython_binding/data/pybind_Tensor.cpp
- python_binding/graph/pybind_GraphView.cpp 68 additions, 49 deletionspython_binding/graph/pybind_GraphView.cpp
- src/data/Tensor.cpp 26 additions, 15 deletionssrc/data/Tensor.cpp
- unit_tests/CMakeLists.txt 4 additions, 3 deletionsunit_tests/CMakeLists.txt
- unit_tests/graphRegex/Test_Fsm.cpp 126 additions, 108 deletionsunit_tests/graphRegex/Test_Fsm.cpp
Loading
Please register or sign in to comment