pub struct LocalContrastiveLoss { /* private fields */ }Expand description
Local contrastive loss for neighborhood preservation
Implementations§
Trait Implementations§
Source§impl Loss for LocalContrastiveLoss
impl Loss for LocalContrastiveLoss
Auto Trait Implementations§
impl Freeze for LocalContrastiveLoss
impl RefUnwindSafe for LocalContrastiveLoss
impl Send for LocalContrastiveLoss
impl Sync for LocalContrastiveLoss
impl Unpin for LocalContrastiveLoss
impl UnwindSafe for LocalContrastiveLoss
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