Open justinchuby opened 1 year ago
a -> [b - > {c, d}] (graph1.onnx) | a -> [e] (graph2.onnx) |
---|
a -> [f -> g] (graph3.onnx)
{b, c, d, e}: transformation_pass/fusion/group/1 {e, f, g}: transformation_pass/expand/group/1 {a} -> role/input
transformation_pass/fusion/group/1 -> "energy efficiency improvement"
{b, c, d}: module/class/Attention
We may need to use a fixd size identifier for tags. Maybe a hash of some sort?
Tag nodes with labels so we can group and track them.