|
2 | 2 | digraph { |
3 | 3 | rankdir=TB |
4 | 4 | node [shape=record] |
5 | | - 135820316918448 [label="tensor_1 |
6 | | -(32, 64)" color=skyblue fillcolor=aliceblue fontname="Sans-Serif" labeljust=l shape=box style=filled] |
7 | | - 135820316918736 [label="tensor_2 |
8 | | -(32,)" color=skyblue fillcolor=aliceblue fontname="Sans-Serif" labeljust=l shape=box style=filled] |
9 | | - 135820316918592 [label="tensor_3 |
10 | | -(2, 32)" color=skyblue fillcolor=aliceblue fontname="Sans-Serif" labeljust=l shape=box style=filled] |
11 | | - 135820316918928 [label="tensor_4 |
12 | | -(2,)" color=skyblue fillcolor=aliceblue fontname="Sans-Serif" labeljust=l shape=box style=filled] |
13 | | - 135820316919120 [label="tensor_5 |
| 5 | + 126836298434400 [label="tensor_1 |
| 6 | +(4, 64)" color=skyblue fillcolor=aliceblue fontname="Sans-Serif" labeljust=l shape=box style=filled] |
| 7 | + 126836299154480 [label="tensor_2 |
| 8 | +(4,)" color=skyblue fillcolor=aliceblue fontname="Sans-Serif" labeljust=l shape=box style=filled] |
| 9 | + 126836299154432 [label="var_1 |
| 10 | +-0.12499999999999999" color=orange fillcolor=moccasin fontname="Sans-Serif" labeljust=l shape=box style=filled] |
| 11 | + 126836299154624 [label="var_2 |
| 12 | +0.12499999999999999" color=orange fillcolor=moccasin fontname="Sans-Serif" labeljust=l shape=box style=filled] |
| 13 | + 126836299154000 [label=uniform color=darkslategray fillcolor=lightgray fontname="Courier Bold" labeljust=l shape=box style=filled] |
| 14 | + 126836299154528 [label="var_3 |
| 15 | +-0.125" color=orange fillcolor=moccasin fontname="Sans-Serif" labeljust=l shape=box style=filled] |
| 16 | + 126836299154336 [label="var_4 |
| 17 | +0.125" color=orange fillcolor=moccasin fontname="Sans-Serif" labeljust=l shape=box style=filled] |
| 18 | + 126836299154720 [label=uniform color=darkslategray fillcolor=lightgray fontname="Courier Bold" labeljust=l shape=box style=filled] |
| 19 | + 126836299154912 [label="tensor_3 |
14 | 20 | (1, 64)" color=skyblue fillcolor=aliceblue fontname="Sans-Serif" labeljust=l shape=box style=filled] |
15 | | - 135820316919360 [label="tensor_6 |
16 | | -(64, 32)" color=skyblue fillcolor=aliceblue fontname="Sans-Serif" labeljust=l shape=box style=filled] |
17 | | - 135820316919312 [label="vector_1 |
| 21 | + 126836299155152 [label="tensor_4 |
| 22 | +(64, 4)" color=skyblue fillcolor=aliceblue fontname="Sans-Serif" labeljust=l shape=box style=filled] |
| 23 | + 126836299155104 [label="vector_1 |
18 | 24 | (1, 0)" color=darkseagreen fillcolor=honeydew fontname="Sans-Serif" labeljust=l shape=box style=filled] |
19 | | - 135820316919456 [label=transpose color=darkslategray fillcolor=lightgray fontname="Courier Bold" labeljust=l shape=box style=filled] |
20 | | - 135820316919648 [label="tensor_7 |
21 | | -(1, 32)" color=skyblue fillcolor=aliceblue fontname="Sans-Serif" labeljust=l shape=box style=filled] |
22 | | - 135820316919744 [label=matmul color=darkslategray fillcolor=lightgray fontname="Courier Bold" labeljust=l shape=box style=filled] |
23 | | - 135820316920608 [label="tensor_8 |
24 | | -(1, 32)" color=skyblue fillcolor=aliceblue fontname="Sans-Serif" labeljust=l shape=box style=filled] |
25 | | - 135820316920704 [label=add color=darkslategray fillcolor=lightgray fontname="Courier Bold" labeljust=l shape=box style=filled] |
26 | | - 135820316920944 [label="tensor_9 |
27 | | -(32, 2)" color=skyblue fillcolor=aliceblue fontname="Sans-Serif" labeljust=l shape=box style=filled] |
28 | | - 135820316920896 [label="vector_2 |
29 | | -(1, 0)" color=darkseagreen fillcolor=honeydew fontname="Sans-Serif" labeljust=l shape=box style=filled] |
30 | | - 135820316921040 [label=transpose color=darkslategray fillcolor=lightgray fontname="Courier Bold" labeljust=l shape=box style=filled] |
31 | | - 135820316921232 [label="tensor_10 |
32 | | -(1, 2)" color=skyblue fillcolor=aliceblue fontname="Sans-Serif" labeljust=l shape=box style=filled] |
33 | | - 135820316921328 [label=matmul color=darkslategray fillcolor=lightgray fontname="Courier Bold" labeljust=l shape=box style=filled] |
34 | | - 135820316921520 [label="tensor_11 |
35 | | -(1, 2)" color=skyblue fillcolor=aliceblue fontname="Sans-Serif" labeljust=l shape=box style=filled] |
36 | | - 135820316921616 [label=add color=darkslategray fillcolor=lightgray fontname="Courier Bold" labeljust=l shape=box style=filled] |
37 | | - 135820316919456 -> 135820316919360 [arrowsize=0.8 color=gray40 penwidth=1.2] |
38 | | - 135820316918448 -> 135820316919456 [arrowsize=0.8 color=gray40 penwidth=1.2] |
39 | | - 135820316919312 -> 135820316919456 [arrowsize=0.8 color=gray40 penwidth=1.2] |
40 | | - 135820316919744 -> 135820316919648 [arrowsize=0.8 color=gray40 penwidth=1.2] |
41 | | - 135820316919120 -> 135820316919744 [arrowsize=0.8 color=gray40 penwidth=1.2] |
42 | | - 135820316919360 -> 135820316919744 [arrowsize=0.8 color=gray40 penwidth=1.2] |
43 | | - 135820316920704 -> 135820316920608 [arrowsize=0.8 color=gray40 penwidth=1.2] |
44 | | - 135820316919648 -> 135820316920704 [arrowsize=0.8 color=gray40 penwidth=1.2] |
45 | | - 135820316918736 -> 135820316920704 [arrowsize=0.8 color=gray40 penwidth=1.2] |
46 | | - 135820316921040 -> 135820316920944 [arrowsize=0.8 color=gray40 penwidth=1.2] |
47 | | - 135820316918592 -> 135820316921040 [arrowsize=0.8 color=gray40 penwidth=1.2] |
48 | | - 135820316920896 -> 135820316921040 [arrowsize=0.8 color=gray40 penwidth=1.2] |
49 | | - 135820316921328 -> 135820316921232 [arrowsize=0.8 color=gray40 penwidth=1.2] |
50 | | - 135820316920608 -> 135820316921328 [arrowsize=0.8 color=gray40 penwidth=1.2] |
51 | | - 135820316920944 -> 135820316921328 [arrowsize=0.8 color=gray40 penwidth=1.2] |
52 | | - 135820316921616 -> 135820316921520 [arrowsize=0.8 color=gray40 penwidth=1.2] |
53 | | - 135820316921232 -> 135820316921616 [arrowsize=0.8 color=gray40 penwidth=1.2] |
54 | | - 135820316918928 -> 135820316921616 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 25 | + 126836299155248 [label=transpose color=darkslategray fillcolor=lightgray fontname="Courier Bold" labeljust=l shape=box style=filled] |
| 26 | + 126836299155440 [label="tensor_5 |
| 27 | +(1, 4)" color=skyblue fillcolor=aliceblue fontname="Sans-Serif" labeljust=l shape=box style=filled] |
| 28 | + 126836299155536 [label=matmul color=darkslategray fillcolor=lightgray fontname="Courier Bold" labeljust=l shape=box style=filled] |
| 29 | + 126836299155728 [label="tensor_6 |
| 30 | +(1, 4)" color=skyblue fillcolor=aliceblue fontname="Sans-Serif" labeljust=l shape=box style=filled] |
| 31 | + 126836299155824 [label=add color=darkslategray fillcolor=lightgray fontname="Courier Bold" labeljust=l shape=box style=filled] |
| 32 | + 126836299154000 -> 126836298434400 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 33 | + 126836299154720 -> 126836299154480 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 34 | + 126836299154432 -> 126836299154000 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 35 | + 126836299154624 -> 126836299154000 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 36 | + 126836299154528 -> 126836299154720 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 37 | + 126836299154336 -> 126836299154720 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 38 | + 126836299155248 -> 126836299155152 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 39 | + 126836298434400 -> 126836299155248 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 40 | + 126836299155104 -> 126836299155248 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 41 | + 126836299155536 -> 126836299155440 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 42 | + 126836299154912 -> 126836299155536 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 43 | + 126836299155152 -> 126836299155536 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 44 | + 126836299155824 -> 126836299155728 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 45 | + 126836299155440 -> 126836299155824 [arrowsize=0.8 color=gray40 penwidth=1.2] |
| 46 | + 126836299154480 -> 126836299155824 [arrowsize=0.8 color=gray40 penwidth=1.2] |
55 | 47 | } |
0 commit comments