# tensorplay.nn.functional.gru_cell

Source: https://www.tensorplay.cn/docs/generated/tensorplay.nn.functional.gru_cell.html

```python
tensorplay.nn.functional.gru_cell(input, hx, w_ih, w_hh, b_ih=None, b_hh=None) &#x2192; Tensor
```

One time step of a gated recurrent unit cell.
