jax.lax.cbrt

Warning

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

jax.lax.cbrt¶

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

Elementwise cube root: \(\sqrt[3]{x}\).

Parameters

x (Any) –

Return type

Any