Trait gad::net::HasGradientReader[][src]

pub trait HasGradientReader {
    type GradientReader;
}

Associate a gradient reader to a CoreAlgebra.

  • The gradient reader is possibly a placeholder in the case of algebras without gradients.
  • Used to define Net::read_weight_gradients in a generic way.

Associated Types

Loading content...

Implementors

Loading content...