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