jax.lax.reciprocal

Contents

jax.lax.reciprocal#

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

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

Parameters:

x (jax.typing.ArrayLike)

Return type:

Array