Skip to main content

Crate svod_dtype

Crate svod_dtype 

Source

Modules§

cast
ext
test

Structs§

ScalarDTypeIter
An iterator over the variants of ScalarDType

Enums§

AddrSpace
Address space for pointer types.
DType
Data type including scalars, vectors, pointers, and images.
DeviceSpec
Device specification parsed from a device string.
ImageKind
Image type kind.
ScalarDType
Scalar data types (base numeric types).

Traits§

HasDType
Trait for types that have an associated DType.