CubeRootΒΆ

Return the cube-root of an array, element-wise.

Abstract Signature:

CubeRoot(x: Tensor)

PyTorch

API: β€”
Strategy: Macro 'torch.pow({x}, 1/3)'

JAX (Core)

API: jax.numpy.cbrt
Strategy: Direct Mapping

NumPy

API: numpy.cbrt
Strategy: Direct Mapping

Keras

API: β€”
Strategy: Custom / Partial

TensorFlow

API: tf.math.pow
Strategy: Direct Mapping

Apple MLX

API: β€”
Strategy: Macro 'mlx.core.power({x}, 1/3)'

Flax NNX

API: jax.numpy.cbrt
Strategy: Direct Mapping

PaxML / Praxis

API: jax.numpy.cbrt
Strategy: Direct Mapping