# tensorplay.functional.lstm_cell

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

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