Skip to content
Snippets Groups Projects
  1. Sep 25, 2024
    • Christophe Guillon's avatar
      [GraphView]: Add getOrderedNodes() method for topological order · 233fed88
      Christophe Guillon authored and Olivier BICHLER's avatar Olivier BICHLER committed
      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.
      233fed88
  2. Sep 19, 2024
  3. Sep 16, 2024
  4. Sep 12, 2024
    • Christophe Guillon's avatar
      [Memorize] Add python binding for Memorize · bd5dd3bb
      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.
      bd5dd3bb
  5. Sep 11, 2024
  6. Sep 10, 2024
  7. Sep 09, 2024
  8. Sep 05, 2024
  9. Sep 04, 2024
  10. Sep 03, 2024
  11. Sep 02, 2024
  12. Aug 30, 2024
  13. Aug 29, 2024
  14. Aug 26, 2024
  15. Aug 18, 2024
  16. Aug 13, 2024
  17. Aug 09, 2024
  18. Aug 08, 2024
  19. Aug 07, 2024
  20. Aug 06, 2024
  21. Aug 01, 2024
  22. Jul 31, 2024
  23. Jul 26, 2024
Loading