pub type AccumulatorType = ElemType;
The element type of the accumulator.
pub enum AccumulatorType { Float(FloatKind), Int(IntKind), UInt(UIntKind), Bool, }