| nn_build_gru | R Documentation |
Build GRU forward pass for Sequential model
nn_build_gru(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.