mlx.core.atleast_3d#

atleast_3d(*arys: array, stream: None | Stream | Device = None) array | List[array]#

Convert all arrays to have at least three dimensions.

Parameters:
  • *arys – Input arrays.

  • stream (Union[None, Stream, Device], optional) – The stream to execute the operation on.

Returns:

An array or list of arrays with at least three dimensions.

Return type:

array or list(array)