TrainLoader

Type Alias TrainLoader 

Source
pub type TrainLoader<LC> = Arc<dyn DataLoader<<LC as LearnerComponentTypes>::Backend, <<LC as LearnerComponentTypes>::LearningData as LearningData>::TrainInput>>;
Expand description

A reference to the training split DataLoader.

Aliased Typeยง

pub struct TrainLoader<LC> { /* private fields */ }