TensorPlay
API symbolsnn
Copy
View Markdown

tensorplay.nn.functional.rnn_relu_cell

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

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

On this page

Ask DeepWiki