TensorPlay
API symbolsnn
Copy
View Markdown

tensorplay.nn.functional.rnn_tanh_cell

tensorplay.nn.functional.rnn_tanh_cell(input, hx, w_ih, w_hh, b_ih=None, b_hh=None) Tensor[source]

One time step of an Elman RNN cell with tanh nonlinearity.

On this page

Ask DeepWiki