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