Enum rds_tensors::types::RDSType [] [src]

pub enum RDSType {
    U8,
    U16,
    U32,
    U64,
    I8,
    I16,
    I32,
    I64,
    F32,
    F64,
    C32,
    C64,
}

Enumeration for the numerical type supported by RDS.

Variants

Trait Implementations

Auto Trait Implementations

impl Send for RDSType

impl Sync for RDSType