| nn_build_lstm | R Documentation |
Build LSTM forward pass for Sequential model
nn_build_lstm(ctx, input_tensor, layer, batch_size)
A ggml_tensor: last hidden state [units, N], or all hidden states [units, seq_len, N] if return_sequences = TRUE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.