dpnp.stack

dpnp.stack(arrays, axis=0, out=None)[source]

Join a sequence of arrays along a new axis.

For full documentation refer to numpy.stack.