jax.lax.reciprocal

Warning

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

jax.lax.reciprocal¶

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

Elementwise reciprocal: \(1 \over x\).

Parameters

x (Any) –

Return type

Any