mlx.core.array.shape

目录

mlx.core.array.shape#

property array.shape#

The shape of the array as a Python tuple.

返回:

A tuple containing the sizes of each dimension.

返回类型:

tuple(int)