jax.lax.log

Warning

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

jax.lax.log¶

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

Elementwise natural logarithm: \(\mathrm{log}(x)\).

Parameters

x (Any) –

Return type

Any