# tensorplay.functional.rnn_tanh_cell

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

```python
tensorplay.functional.rnn_tanh_cell(input, hx, w_ih, w_hh, b_ih=None, b_hh=None)
```
