pub struct TrainingOptions {
pub optimizer: Optimizer,
pub epochs: u32,
pub verbose: bool,
}Fields§
§optimizer: Optimizer§epochs: u32§verbose: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for TrainingOptions
impl RefUnwindSafe for TrainingOptions
impl Send for TrainingOptions
impl Sync for TrainingOptions
impl Unpin for TrainingOptions
impl UnwindSafe for TrainingOptions
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