pub struct InBatchMiner { /* private fields */ }Expand description
In-batch negative mining (uses other batch items as negatives)
Implementations§
Source§impl InBatchMiner
impl InBatchMiner
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InBatchMiner
impl RefUnwindSafe for InBatchMiner
impl Send for InBatchMiner
impl Sync for InBatchMiner
impl Unpin for InBatchMiner
impl UnsafeUnpin for InBatchMiner
impl UnwindSafe for InBatchMiner
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