GRUCell ======= Cell class for the GRU layer. **Abstract Signature:** ``GRUCell(input_size: int, hidden_size: int, bias: bool = True)`` .. raw:: html
torch.nn.GRUCell
keras.layers.GRUCell
tf.keras.layers.GRUCell
flax.nnx.GRUCell
praxis.layers.GRUCell