Merge branch 'GetScheduling' into 'main'
[Scheduler] Add Scheduler.getNodeScheduling method and fix sequential function. See merge request !5
No related branches found
No related tags found
Checking pipeline status
Showing
- include/aidge/backend/OperatorImpl.hpp 8 additions, 2 deletionsinclude/aidge/backend/OperatorImpl.hpp
- include/aidge/graph/OpArgs.hpp 4 additions, 4 deletionsinclude/aidge/graph/OpArgs.hpp
- include/aidge/operator/Operator.hpp 2 additions, 0 deletionsinclude/aidge/operator/Operator.hpp
- include/aidge/scheduler/Scheduler.hpp 30 additions, 1 deletioninclude/aidge/scheduler/Scheduler.hpp
- python_binding/graph/pybind_OpArgs.cpp 5 additions, 4 deletionspython_binding/graph/pybind_OpArgs.cpp
- python_binding/operator/pybind_GenericOperator.cpp 3 additions, 3 deletionspython_binding/operator/pybind_GenericOperator.cpp
- python_binding/scheduler/pybind_Scheduler.cpp 3 additions, 0 deletionspython_binding/scheduler/pybind_Scheduler.cpp
- src/graph/OpArgs.cpp 5 additions, 5 deletionssrc/graph/OpArgs.cpp
- src/operator/Operator.cpp 3 additions, 0 deletionssrc/operator/Operator.cpp
- src/scheduler/Scheduler.cpp 52 additions, 38 deletionssrc/scheduler/Scheduler.cpp
Loading
Please register or sign in to comment