pub struct TrainingSweepOutcome<B: Backend> {
pub report: TrainingComparisonReport,
pub outcomes: Vec<TrainingOutcome<B>>,
}Fields§
§report: TrainingComparisonReport§outcomes: Vec<TrainingOutcome<B>>Implementations§
Source§impl<B: Backend> TrainingSweepOutcome<B>
impl<B: Backend> TrainingSweepOutcome<B>
pub fn outcome(&self, variant: ModelVariant) -> Option<&TrainingOutcome<B>>
Trait Implementations§
Auto Trait Implementations§
impl<B> Freeze for TrainingSweepOutcome<B>
impl<B> !RefUnwindSafe for TrainingSweepOutcome<B>
impl<B> Send for TrainingSweepOutcome<B>
impl<B> !Sync for TrainingSweepOutcome<B>
impl<B> Unpin for TrainingSweepOutcome<B>
impl<B> UnsafeUnpin for TrainingSweepOutcome<B>
impl<B> !UnwindSafe for TrainingSweepOutcome<B>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more