Skip to content
Snippets Groups Projects
  1. Nov 06, 2024
  2. Nov 05, 2024
  3. Nov 04, 2024
  4. Oct 30, 2024
  5. Oct 29, 2024
  6. Oct 25, 2024
  7. Oct 21, 2024
  8. Oct 20, 2024
  9. Oct 19, 2024
  10. Oct 10, 2024
  11. Oct 09, 2024
  12. Sep 27, 2024
  13. 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
  14. Sep 24, 2024
  15. Sep 23, 2024
  16. Sep 20, 2024
  17. Sep 19, 2024
  18. Sep 17, 2024
  19. Sep 16, 2024
  20. Sep 12, 2024
  21. Sep 11, 2024
Loading