logo

Type Definition neuronika::nn::Learnable[][src]

pub type Learnable<D> = VarDiff<Input<D>, InputBackward<D>>;
Expand description

A generic parameter of a neural component.