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