Struct rust_bert::models::reformer::ReformerModelResources
source · pub struct ReformerModelResources;Expand description
Implementations§
source§impl ReformerModelResources
impl ReformerModelResources
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 ReformerModelResources
impl Send for ReformerModelResources
impl Sync for ReformerModelResources
impl Unpin for ReformerModelResources
impl UnwindSafe for ReformerModelResources
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