CbrtΒΆ
Return the cube-root of an array, element-wise.
Abstract Signature:
Cbrt(x: Tensor)
PyTorch
API:
torch.powStrategy: Macro 'torch.pow({x}, 1.0/3.0)'
Keras
API:
keras.ops.powerStrategy: Macro 'keras.ops.power({x}, 1/3)'
TensorFlow
API:
tf.math.powStrategy: Macro 'tf.math.pow({x}, 1/3)'
Apple MLX
API:
mlx.core.powerStrategy: Macro 'mlx.core.power({x}, 1/3)'