- Oct 09, 2024
-
-
Maxence Naud authored
# Conflicts: # include/aidge/aidge.hpp # python_binding/pybind_core.cpp
-
- Oct 08, 2024
-
-
Maxence Naud authored
Fix GraphView '\n' mermaid export See merge request !216
-
Maxence Naud authored
-
Maxence Naud authored
-
- Oct 02, 2024
-
-
Cyril Moineau authored
Add show_graphview funcionality. See merge request !211
-
Iryna DE ALBUQUERQUE SILVA authored
-
Iryna DE ALBUQUERQUE SILVA authored
Corrected error in test_show_graphview by adding JSON suffix to temp file and added typehint for json_path in show_graphview.py
-
Iryna DE ALBUQUERQUE SILVA authored
-
- Oct 01, 2024
-
-
Iryna DE ALBUQUERQUE SILVA authored
-
Iryna DE ALBUQUERQUE SILVA authored
-
- Sep 30, 2024
-
-
Iryna DE ALBUQUERQUE SILVA authored
-
Iryna DE ALBUQUERQUE SILVA authored
-
Maxence Naud authored
-
- Sep 27, 2024
-
-
Iryna DE ALBUQUERQUE SILVA authored
-
Iryna DE ALBUQUERQUE SILVA authored
-
Iryna DE ALBUQUERQUE SILVA authored
-
Iryna DE ALBUQUERQUE SILVA authored
-
- Sep 26, 2024
-
-
Iryna DE ALBUQUERQUE SILVA authored
-
Olivier BICHLER authored
[GraphView]: Add getOrderedNodes() method for topological order See merge request !202
-
- Sep 25, 2024
-
-
Iryna DE ALBUQUERQUE SILVA authored
-
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.
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- Sep 24, 2024
-
-
Olivier BICHLER authored
Refactor OperatorImpl for backend/export See merge request !186
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- Sep 20, 2024
-
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- Sep 19, 2024
-
-
Grégoire Kubler authored
Added Bitshift Operator See merge request !200
-
-
- Sep 16, 2024
-
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
Olivier BICHLER authored
I-ViT Integration See merge request !196
-
Benjamin Halimi authored
Enhance createUniqueName See merge request !180
-
Benjamin Halimi authored
-
- Sep 13, 2024
-
-
Grégoire Kubler authored
[Build] Enable build of C++ unit tests with python bindings See merge request !187
-