# tensorplay.special._elementwise.log_softmax

Source: https://www.tensorplay.cn/docs/generated/tensorplay.special._elementwise.log_softmax.html

```python
tensorplay.special._elementwise.log_softmax(input, dim=None, *, dtype=None)
```

log(softmax(input, dim)), evaluated without the intermediate exp.
