Skip to content
Snippets Groups Projects
Unverified Commit b60a33ef authored by Guy Jacob's avatar Guy Jacob Committed by GitHub
Browse files

SummaryGraph: Add adjacency map + numerous changes (#291)

* 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
parent 4c7d4890
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment