Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceType ¶ added in v1.2.0
type DeviceType byte
const ( KCPU DeviceType = iota KCUDA KMKLDNN KOPENGL KOPENCL KIDEEP KHIP KFPGA KORT KXLA KVulkan KMetal KXPU KMPS KMeta KHPU KVE KLazy KIPU KMTIA )
func (DeviceType) String ¶ added in v1.7.0
func (t DeviceType) String() string
type ScalarType ¶
type ScalarType byte
const ( KUint8 ScalarType = iota KInt8 KInt16 KInt32 KInt64 KHalf KFloat KDouble KComplexHalf KComplexFloat KComplexDouble KBool KQInt8 KQUInt8 KQInt32 KBFloat16 )
func (ScalarType) String ¶
func (t ScalarType) String() string
Click to show internal directories.
Click to hide internal directories.