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