[][src]Enum darknet::IoULoss

#[repr(usize)]pub enum IoULoss {
    IoU,
    Mse,
    CIoU,
    DIoU,
    GIoU,
}

IoU loss types.

Variants

IoU
Mse
CIoU
DIoU
GIoU

Trait Implementations

impl Clone for IoULoss[src]

impl Copy for IoULoss[src]

impl Debug for IoULoss[src]

impl Eq for IoULoss[src]

impl FromPrimitive for IoULoss[src]

impl Hash for IoULoss[src]

impl PartialEq<IoULoss> for IoULoss[src]

impl StructuralEq for IoULoss[src]

impl StructuralPartialEq for IoULoss[src]

Auto Trait Implementations

impl RefUnwindSafe for IoULoss

impl Send for IoULoss

impl Sync for IoULoss

impl Unpin for IoULoss

impl UnwindSafe for IoULoss

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> SetParameter for T

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.