- Sep 25, 2024
-
-
Add getOrderedNodes(reversed=false) method which produces a topological order of the graph view (or of the reversed graph view when reversed is true). This order is also deterministic given the nodes set and the ordered output nodes. Cyclic graphs are handled by breaking back edges as declared in the new setBackEdges() method of the Operator class. The order is suitable for resolving constant propagation of tensor types in one pass including for cyclic graphs if back edges are declared correctly for operators. It is also suitable for exporting to onnx graphs which require a topological order of exported acyclic graphs.
-
- Sep 19, 2024
-
-
- Sep 16, 2024
-
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
Benjamin Halimi authored
-
- Sep 12, 2024
-
-
Christophe Guillon authored
Add Memorize operator binding for constructing node as aidge_core.Memorize(end_step: int, name: str = ""). Update Memorize Registrar parent class to shared_ptr in order to share implementation with python.
-
- Sep 11, 2024
-
-
- Sep 10, 2024
-
-
Olivier BICHLER authored
-
Grégoire Kubler authored
-
Grégoire Kubler authored
-
Grégoire Kubler authored
-
Grégoire Kubler authored
-
Grégoire Kubler authored
-
- Sep 09, 2024
-
-
-
-
-
Olivier BICHLER authored
-
- Sep 05, 2024
-
-
- Sep 04, 2024
-
-
Olivier BICHLER authored
-
- Sep 03, 2024
-
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- Sep 02, 2024
-
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- Aug 30, 2024
-
-
Houssem ROUIS authored
-
- Aug 29, 2024
-
-
Olivier BICHLER authored
-
- Aug 26, 2024
-
-
Olivier BICHLER authored
-
- Aug 18, 2024
-
-
Maxence Naud authored
-
- Aug 13, 2024
-
-
Houssem ROUIS authored
-
- Aug 09, 2024
-
-
Houssem ROUIS authored
-
- Aug 08, 2024
-
-
Maxence Naud authored
-
- Aug 07, 2024
-
-
Maxence Naud authored
-
-
Maxence Naud authored
-
- Aug 06, 2024
-
-
Maxence Naud authored
-
Houssem ROUIS authored
-
- Aug 01, 2024
-
-
Houssem ROUIS authored
-
- Jul 31, 2024
-
-
Houssem ROUIS authored
-
Maxence Naud authored
-
- Jul 26, 2024
-
-
Houssem ROUIS authored
-