Struct rust_bert::models::xlnet::XLNetVocabResources
source · pub struct XLNetVocabResources;Expand description
Implementations§
source§impl XLNetVocabResources
impl XLNetVocabResources
sourcepub const XLNET_BASE_CASED: (&'static str, &'static str) = _
pub const XLNET_BASE_CASED: (&'static str, &'static str) = _
Shared under Apache 2.0 license by the XLNet Authors at https://github.com/zihangdai/xlnet. Modified with conversion to C-array format.
Auto Trait Implementations§
impl RefUnwindSafe for XLNetVocabResources
impl Send for XLNetVocabResources
impl Sync for XLNetVocabResources
impl Unpin for XLNetVocabResources
impl UnwindSafe for XLNetVocabResources
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