|
| 1 | +// Computational Graph |
| 2 | +digraph { |
| 3 | + rankdir=TB |
| 4 | + node [shape=record] |
| 5 | + 139089324388896 [label="a |
| 6 | +(4, 2, 3)" color=skyblue fillcolor=aliceblue fontname="Sans-Serif" labeljust=l shape=box style=filled] |
| 7 | + 139089324378240 [label=constant color=darkslategray fillcolor=lightgray fontname="Courier Bold" labeljust=l shape=box style=filled] |
| 8 | + 139089324389088 [label="var_1 |
| 9 | +1" color=orange fillcolor=moccasin fontname="Sans-Serif" labeljust=l shape=box style=filled] |
| 10 | + 139089324621536 [label="b |
| 11 | +(2, 1)" color=skyblue fillcolor=aliceblue fontname="Sans-Serif" labeljust=l shape=box style=filled] |
| 12 | + 139089325015104 [label=constant color=darkslategray fillcolor=lightgray fontname="Courier Bold" labeljust=l shape=box style=filled] |
| 13 | + 139089324621584 [label="var_2 |
| 14 | +1" color=orange fillcolor=moccasin fontname="Sans-Serif" labeljust=l shape=box style=filled] |
| 15 | + 139089325015200 [label="tensor_3 |
| 16 | +(1, 2, 1)" color=skyblue fillcolor=aliceblue fontname="Sans-Serif" labeljust=l shape=box style=filled] |
| 17 | + 139089325015488 [label=reshape color=darkslategray fillcolor=lightgray fontname="Courier Bold" labeljust=l shape=box style=filled] |
| 18 | + 139089325015440 [label="vector_1 |
| 19 | +[1, 2, 1]" color=darkseagreen fillcolor=honeydew fontname="Sans-Serif" labeljust=l shape=box style=filled] |
| 20 | + 139089325015584 [label="b.broadcasted |
| 21 | +(4, 2, 3)" color=skyblue fillcolor=aliceblue fontname="Sans-Serif" labeljust=l shape=box style=filled] |
| 22 | + 139089325015872 [label=expand color=darkslategray fillcolor=lightgray fontname="Courier Bold" labeljust=l shape=box style=filled] |
| 23 | + 139089325015824 [label="vector_2 |
| 24 | +(4, 2, 3)" color=darkseagreen fillcolor=honeydew fontname="Sans-Serif" labeljust=l shape=box style=filled] |
| 25 | + 139089324378240 -> 139089324388896 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 26 | + 139089324389088 -> 139089324378240 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 27 | + 139089325015104 -> 139089324621536 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 28 | + 139089324621584 -> 139089325015104 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 29 | + 139089325015488 -> 139089325015200 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 30 | + 139089324621536 -> 139089325015488 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 31 | + 139089325015440 -> 139089325015488 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 32 | + 139089325015872 -> 139089325015584 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 33 | + 139089325015200 -> 139089325015872 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 34 | + 139089325015824 -> 139089325015872 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 35 | +} |
0 commit comments