pub type TrainLoader<LC> = Arc<dyn DataLoader<TrainingBackend<LC>, <<LC as LearningComponentsTypes>::TrainingModel as TrainStep>::Input>>;Expand description
A reference to the training split DataLoader.
Aliased Typeยง
pub struct TrainLoader<LC> { /* private fields */ }