pub trait TrainableModule: Module + ValueSpec<Kind = Module, Tensors = HashMap<usize, Tensor>, Gradient = HashMap<usize, Tensor>> { }

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'a, T> TrainableModule for &'a T
where T: TrainableModule,

Implementors§