Struct rust_bert::models::prophetnet::ProphetNetVocabResources
source · pub struct ProphetNetVocabResources;Expand description
Implementations§
source§impl ProphetNetVocabResources
impl ProphetNetVocabResources
sourcepub const PROPHETNET_LARGE_UNCASED: (&'static str, &'static str) = _
pub const PROPHETNET_LARGE_UNCASED: (&'static str, &'static str) = _
Shared under MIT license by the Microsoft team at https://github.com/microsoft/ProphetNet. Modified with conversion to C-array format.
sourcepub const PROPHETNET_LARGE_CNN_DM: (&'static str, &'static str) = _
pub const PROPHETNET_LARGE_CNN_DM: (&'static str, &'static str) = _
Shared under MIT license by the Microsoft team at https://github.com/microsoft/ProphetNet. Modified with conversion to C-array format.
Auto Trait Implementations§
impl RefUnwindSafe for ProphetNetVocabResources
impl Send for ProphetNetVocabResources
impl Sync for ProphetNetVocabResources
impl Unpin for ProphetNetVocabResources
impl UnwindSafe for ProphetNetVocabResources
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