pr2_graph2.dot 260 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
digraph G {
    Parameter_0 -> Add_3
    Constant_1 -> Broadcast_2
    Broadcast_2 -> Add_3
    Parameter_0 [shape=box color=blue]
    Constant_1 [shape=ellipse color=black]
    Broadcast_2 [shape=ellipse color=black]
    Add_3 [shape=ellipse color=black]
}