klyn.math.NDArray.shape
property
public readonly property shape as IList<UInt>:
Description

The shape of the array.

a = NDArray<Int>.zeros([2, 3])
print(a.shape)  # [2, 3]