-
Notifications
You must be signed in to change notification settings - Fork 2
/
actor
50 lines (50 loc) · 1.76 KB
/
actor
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
digraph {
graph [size="12,12"]
node [align=left fontname=monospace fontsize=10 height=0.2 ranksep=0.1 shape=box style=filled]
140596888195360 [label="
(27)" fillcolor=darkolivegreen1]
140597042865992 [label=LogSoftmaxBackward]
140597042867672 -> 140597042865992
140597042867672 [label=ReluBackward0]
140597042864816 -> 140597042867672
140597042864816 [label=AddBackward0]
140597042868176 -> 140597042864816
140597042868176 [label=SqueezeBackward3]
140597042866944 -> 140597042868176
140597042866944 [label=MmBackward]
140597042832552 -> 140597042866944
140597042832552 [label=UnsqueezeBackward0]
140597042833280 -> 140597042832552
140597042833280 [label=LeakyReluBackward0]
140597042834344 -> 140597042833280
140597042834344 [label=AddBackward0]
140597042835184 -> 140597042834344
140597042835184 [label=SqueezeBackward3]
140597042832048 -> 140597042835184
140597042832048 [label=MmBackward]
140597042834512 -> 140597042832048
140597042834512 [label=TBackward]
140596845628832 -> 140597042834512
140596845596176 [label="0.weight
(256, 62721)" fillcolor=lightblue]
140596845596176 -> 140596845628832
140596845628832 [label=AccumulateGrad]
140596845628888 -> 140597042834344
140596845596248 [label="0.bias
(256)" fillcolor=lightblue]
140596845596248 -> 140596845628888
140596845628888 [label=AccumulateGrad]
140597042831992 -> 140597042866944
140597042831992 [label=TBackward]
140596845627992 -> 140597042831992
140596845596464 [label="2.weight
(27, 256)" fillcolor=lightblue]
140596845596464 -> 140596845627992
140596845627992 [label=AccumulateGrad]
140596845628440 -> 140597042864816
140596845596536 [label="2.bias
(27)" fillcolor=lightblue]
140596845596536 -> 140596845628440
140596845628440 [label=AccumulateGrad]
140597042865992 -> 140596888195360
}