Skip to main content

AccumulatorType

Type Alias AccumulatorType 

Source
pub type AccumulatorType = ElemType;
Expand description

The element type of the accumulator.

Aliased Type§

pub enum AccumulatorType {
    Float(FloatKind),
    Int(IntKind),
    UInt(UIntKind),
    Bool,
}

Variants§

§

Float(FloatKind)

§

Int(IntKind)

§

UInt(UIntKind)

§

Bool