Struct rust_bert::models::m2m_100::M2M100MergesResources
source · pub struct M2M100MergesResources;Expand description
Implementations§
source§impl M2M100MergesResources
impl M2M100MergesResources
sourcepub const M2M100_418M: (&'static str, &'static str) = _
pub const M2M100_418M: (&'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.
sourcepub const M2M100_1_2B: (&'static str, &'static str) = _
pub const M2M100_1_2B: (&'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 M2M100MergesResources
impl Send for M2M100MergesResources
impl Sync for M2M100MergesResources
impl Unpin for M2M100MergesResources
impl UnwindSafe for M2M100MergesResources
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