pub enum LossType {
Mse,
CrossEntropy,
BinaryCrossEntropy,
}Expand description
Loss function types
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LossType
impl RefUnwindSafe for LossType
impl Send for LossType
impl Sync for LossType
impl Unpin for LossType
impl UnsafeUnpin for LossType
impl UnwindSafe for LossType
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