hidet.dtypes¶
Hidet supports the following primitive data types, which can be used as the dtype
parameter of functions like
hidet.zeros()
and hidet.ones()
:.
- hidet.uint8¶
- hidet.uint16¶
- hidet.uint32¶
- hidet.uint64¶
- hidet.int8¶
- hidet.int16¶
- hidet.int32¶
- hidet.int64¶
- hidet.float16¶
- hidet.float32¶
- hidet.float64¶
- hidet.bfloat16¶
- hidet.tfloat32¶
- hidet.boolean¶