pub struct Bert { /* private fields */ }Expand description
A Normalizer that implements normalization used by BERT and BERT-derived
models.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bert
impl RefUnwindSafe for Bert
impl Send for Bert
impl Sync for Bert
impl Unpin for Bert
impl UnwindSafe for Bert
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