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