Skip to content
Snippets Groups Projects
  1. Oct 20, 2024
  2. Oct 19, 2024
  3. Sep 30, 2024
  4. Sep 26, 2024
  5. 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
    • Olivier BICHLER's avatar
      Merged with main · f5ed784f
      Olivier BICHLER authored
      f5ed784f
    • Olivier BICHLER's avatar
      e217069c
  6. Sep 24, 2024
  7. Sep 20, 2024
  8. Sep 19, 2024
  9. Sep 16, 2024
  10. Sep 13, 2024
  11. Sep 12, 2024
Loading