下载
中文
注册

dtype类

属性名

对应类型

dtype.int8

int8类型。

dtype.uint8

uint8类型。

dtype.int16

int16类型。

dtype.uint16

uint16类型。

dtype.int32

int32类型。

dtype.uint32

uint32类型。

dtype.int64

int64类型。

dtype.uint64

uint64类型。

dtype.float16

float16类型。

dtype.float32

float32类型。

dtype.double

double类型。

dtype.bool

bool类型。

dtype.undefined

未定义类型。