jax.lax.tanh

Contents

jax.lax.tanh#

jax.lax.tanh(x)[source]#

Elementwise hyperbolic tangent: \(\mathrm{tanh}(x)\).

Parameters:

x (jax.typing.ArrayLike)

Return type:

Array