Struct rust_bert::models::reformer::ReformerVocabResources
source · pub struct ReformerVocabResources;Expand description
Implementations§
source§impl ReformerVocabResources
impl ReformerVocabResources
sourcepub const CRIME_AND_PUNISHMENT: (&'static str, &'static str) = _
pub const CRIME_AND_PUNISHMENT: (&'static str, &'static str) = _
Shared under Apache 2.0 license by the Trax Authors at https://github.com/google/trax/tree/master/trax/models/reformer. Modified with conversion to C-array format.
Auto Trait Implementations§
impl RefUnwindSafe for ReformerVocabResources
impl Send for ReformerVocabResources
impl Sync for ReformerVocabResources
impl Unpin for ReformerVocabResources
impl UnwindSafe for ReformerVocabResources
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