UnstackΒΆ

Split an array into a sequence of arrays along the given axis.

Abstract Signature:

Unstack(x: Array, axis: int = 0)

PyTorch

API: torch.unbind
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.unstack
Strategy: Direct Mapping

NumPy

API: numpy.unstack
Strategy: Direct Mapping

Keras

API: keras.ops.unstack
Strategy: Direct Mapping

TensorFlow

API: tf.unstack
Strategy: Direct Mapping