- Nov 13, 2024
-
-
Olivier BICHLER authored
-
- Nov 07, 2024
-
-
Correct logic for Node's parents/children association with inputs/outputs in aidge_core/show_graphview.py.
-
- Nov 06, 2024
-
-
- Nov 05, 2024
-
-
Maxence Naud authored
-
Maxence Naud authored
-
Maxence Naud authored
-
Maxence Naud authored
-
- Nov 04, 2024
-
-
Houssem ROUIS authored
-
- Oct 30, 2024
-
-
- Oct 29, 2024
-
-
Cyril Moineau authored
-
Cyril Moineau authored
-
- Oct 25, 2024
-
-
- Oct 22, 2024
-
-
Olivier BICHLER authored
-
- Oct 21, 2024
-
-
Maxence Naud authored
This reverts commit d5c01e1c, reversing changes made to e878ce91.
-
- Oct 20, 2024
-
-
Maxence Naud authored
- Remove underscore in 'MetaOperator_Op' for python when one was present - remove the number-of-input option from a test where it was not removed
-
-
-
- Oct 19, 2024
-
-
Maxence Naud authored
-
Maxence Naud authored
Change Pad 'borderType' type in constructor to pass it by copy instead of const reference as it is just an enum
-
- Oct 12, 2024
-
-
Olivier BICHLER authored
-
- Oct 11, 2024
-
-
Olivier BICHLER authored
-
- Oct 10, 2024
-
-
Maxence Naud authored
Add missing include to Add.hpp
-
- Oct 09, 2024
-
-
-
-
Olivier BICHLER authored
-
-
-
Olivier BICHLER authored
-
- Sep 27, 2024
-
-
Iryna DE ALBUQUERQUE SILVA authored
-
- 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 24, 2024
-
-
Cyril Moineau authored
-
Cyril Moineau authored
-
- Sep 23, 2024
-
-
Cyril Moineau authored
-
- Sep 20, 2024
-
-
Cyril Moineau authored
-
Cyril Moineau authored
Update operator ctor name from '{type}Op{Nb_dims}D' -> '{type}{Nb_dims}DOp'. For implification of export register + improve overall logic.
-
Cyril Moineau authored
-
Cyril Moineau authored
-
- Sep 19, 2024
-
-
- Sep 17, 2024
-
-
Cyril Moineau authored
-