Trait concision_core::traits::train::ApplyGradient

source ·
pub trait ApplyGradient {
    type Gradient;

    // Required method
    fn apply_gradient(&mut self, gradient: &Self::Gradient);
}

Required Associated Types§

Required Methods§

source

fn apply_gradient(&mut self, gradient: &Self::Gradient)

Implementors§