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