Merge branch 'dev-topological-order' into 'dev'
[GraphView]: Add getOrderedNodes() method for topological order See merge request !202
No related branches found
No related tags found
Showing
- aidge_core/unit_tests/test_topological_order.py 67 additions, 0 deletionsaidge_core/unit_tests/test_topological_order.py
- include/aidge/graph/GraphView.hpp 18 additions, 0 deletionsinclude/aidge/graph/GraphView.hpp
- include/aidge/graph/Node.hpp 10 additions, 0 deletionsinclude/aidge/graph/Node.hpp
- include/aidge/operator/Operator.hpp 18 additions, 1 deletioninclude/aidge/operator/Operator.hpp
- python_binding/graph/pybind_GraphView.cpp 4 additions, 0 deletionspython_binding/graph/pybind_GraphView.cpp
- python_binding/operator/pybind_Operator.cpp 2 additions, 0 deletionspython_binding/operator/pybind_Operator.cpp
- src/graph/GraphView.cpp 55 additions, 0 deletionssrc/graph/GraphView.cpp
- src/operator/Memorize.cpp 3 additions, 1 deletionsrc/operator/Memorize.cpp
- unit_tests/graph/Test_GraphView.cpp 104 additions, 0 deletionsunit_tests/graph/Test_GraphView.cpp
Loading
Please register or sign in to comment