Skip to content
Snippets Groups Projects
  • Guy Jacob's avatar
    b60a33ef
    SummaryGraph: Add adjacency map + numerous changes (#291) · b60a33ef
    Guy Jacob authored
    * Adjacency map - map from each op to its predecessor and successor ops
    * More robust handling of Gemm nodes scope names (instead of
      increment_instance())
    * More consistent handling of ops with the same scope name
    * Handle pad + avg pool sequences generated by ONNX trace optimization
      (results in one less op in the graph, hence the changes in tests)
    * Minor refactoring in predecessors() and successors() functions
    SummaryGraph: Add adjacency map + numerous changes (#291)
    Guy Jacob authored
    * Adjacency map - map from each op to its predecessor and successor ops
    * More robust handling of Gemm nodes scope names (instead of
      increment_instance())
    * More consistent handling of ops with the same scope name
    * Handle pad + avg pool sequences generated by ONNX trace optimization
      (results in one less op in the graph, hence the changes in tests)
    * Minor refactoring in predecessors() and successors() functions