Skip to main content

dtype

Method of NumpyFile.

Overloads

NameDescription
dtype(const string name) -> stringReturns the dtype descriptor of a named .npz array.
dtype() -> stringReturns 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.