tanh_

paddle. tanh_ ( x: Tensor, name: str | None = None ) Tensor [source]

Inplace version of tanh API, the output Tensor will be inplaced with input x. Please refer to tanh.