Trait gad::graph::Config[][src]

pub trait Config {
    type EvalAlgebra: Default + Clone;
    type GradientAlgebra;
    type GradientStore;
}

Configuration trait for Graph.

Associated Types

type EvalAlgebra: Default + Clone[src]

How to compute forward values.

type GradientAlgebra[src]

How to compute gradient values.

type GradientStore[src]

How to store gradients.

Loading content...

Implementors

Loading content...