strict digraph model { graph [ordering=in rankdir=TB size="12.0,12.0"] node [align=left fontname="Linux libertine" fontsize=10 height=0.2 margin=0 ranksep=0.1 shape=plaintext style=filled] edge [fontsize=10] 0 [label=<
input-tensor depth:0 | (1, 10, 128) |
RNN depth:1 |
input: | (1, 10, 128) | ||
output: | (1, 10, 128), (1, 1, 128) |
Dropout depth:1 |
input: | (1, 10, 128) | ||
output: | (1, 10, 128) |
__getitem__ depth:1 |
input: | (1, 10, 128) | ||
output: | (1, 128) |
Linear depth:1 |
input: | (1, 128) | ||
output: | (1, 1) |
output-tensor depth:0 | (1, 1) |