|
|
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) |
| |
|
|
| input_size |
| |
|
| hidden_size |
| |
|
| bias |
| |
|
| weight_ih |
| |
|
| weight_hh |
| |
|
| bias_ih |
| |
|
| bias_hh |
| |
Definition at line 669 of file rnn.py.
The documentation for this class was generated from the following file: