|
def | __init__ (self, input_size, hidden_size, bias=True, nonlinearity="tanh") |
|
def | forward (self, input, hx=None) |
|
def | __init__ (self, input_size, hidden_size, bias, num_chunks) |
|
def | extra_repr (self) |
|
def | check_forward_input (self, input) |
|
def | check_forward_hidden (self, input, hx, hidden_label='') |
|
def | reset_parameters (self) |
|
|
| nonlinearity |
|
| input_size |
|
| hidden_size |
|
| bias |
|
| weight_ih |
|
| weight_hh |
|
| bias_ih |
|
| bias_hh |
|
Definition at line 722 of file rnn.py.
The documentation for this class was generated from the following file: