pub struct DepembedsApp { /* private fields */ }
Expand description
DepembedsApp.
Implementations§
Source§impl DepembedsApp
impl DepembedsApp
Sourcepub fn common_config(&self) -> CommonConfig
pub fn common_config(&self) -> CommonConfig
Get the common config.
Sourcepub fn depembeds_config(&self) -> DepembedsConfig
pub fn depembeds_config(&self) -> DepembedsConfig
Get the depembeds config.
Sourcepub fn input_vocab_config(&self) -> SubwordVocabConfig
pub fn input_vocab_config(&self) -> SubwordVocabConfig
Get the input vocab config.
Sourcepub fn output_vocab_config(&self) -> SimpleVocabConfig
pub fn output_vocab_config(&self) -> SimpleVocabConfig
Get the output vocab config.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DepembedsApp
impl RefUnwindSafe for DepembedsApp
impl Send for DepembedsApp
impl Sync for DepembedsApp
impl Unpin for DepembedsApp
impl UnwindSafe for DepembedsApp
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