Struct rust_bert::models::mbart::MBartConfigResources
source · pub struct MBartConfigResources;
Expand description
Implementations§
source§impl MBartConfigResources
impl MBartConfigResources
sourcepub const MBART50_MANY_TO_MANY: (&'static str, &'static str) = _
pub const MBART50_MANY_TO_MANY: (&'static str, &'static str) = _
Shared under MIT license by the Facebook AI Research Fairseq team at https://github.com/pytorch/fairseq. Modified with conversion to C-array format.
Auto Trait Implementations§
impl RefUnwindSafe for MBartConfigResources
impl Send for MBartConfigResources
impl Sync for MBartConfigResources
impl Unpin for MBartConfigResources
impl UnwindSafe for MBartConfigResources
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