pub struct RepetitionPenaltyProcessor {
pub penalty: f32,
}Expand description
Repetition penalty processor
Fields§
§penalty: f32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RepetitionPenaltyProcessor
impl RefUnwindSafe for RepetitionPenaltyProcessor
impl Send for RepetitionPenaltyProcessor
impl Sync for RepetitionPenaltyProcessor
impl Unpin for RepetitionPenaltyProcessor
impl UnsafeUnpin for RepetitionPenaltyProcessor
impl UnwindSafe for RepetitionPenaltyProcessor
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