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