CubeRootΒΆ
Return the cube-root of an array, element-wise.
Abstract Signature:
CubeRoot(x: Tensor)
PyTorch
API:
βStrategy: Macro 'torch.pow({x}, 1/3)'
Keras
API:
βStrategy: Custom / Partial
Apple MLX
API:
βStrategy: Macro 'mlx.core.power({x}, 1/3)'