shape
Method of NumpyFile.
Overloads
| Name | Description |
|---|---|
shape() -> List | Returns the shape of a .npy array. |
shape(const string name) -> List | Returns the shape of a named .npz array. |
shape() -> List
Returns the shape of a .npy array.
shape(const string name) -> List
Returns the shape of a named .npz array.
Parameters
- name: Dataset name.