pub trait ReducePrecision { type EI: Numeric; type EA: Numeric; }
Precision used for the reduction.
Precision used for the input tensor.
Precision used for the accumulation.