Trait tract_linalg::ScaleShiftAndRound[][src]

pub trait ScaleShiftAndRound {
    fn q_scale(self, mult: i32, shift: usize, policy: RoundingPolicy) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors