jax.lax.log1p

Warning

This page was created from a pull request (#9655).

jax.lax.log1p¶

jax.lax.log1p(x)[source]¶

Elementwise \(\mathrm{log}(1 + x)\).

Parameters

x (Any) –

Return type

Any