pub struct SkipGramApp { /* private fields */ }
Expand description
SkipGramApp.
Implementations§
Source§impl SkipGramApp
impl SkipGramApp
Sourcepub fn common_config(&self) -> CommonConfig
pub fn common_config(&self) -> CommonConfig
Get the common config.
Sourcepub fn skipgram_config(&self) -> SkipGramConfig
pub fn skipgram_config(&self) -> SkipGramConfig
Get the skipgram config.
Sourcepub fn vocab_config(&self) -> SubwordVocabConfig
pub fn vocab_config(&self) -> SubwordVocabConfig
Get the vocab config.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SkipGramApp
impl RefUnwindSafe for SkipGramApp
impl Send for SkipGramApp
impl Sync for SkipGramApp
impl Unpin for SkipGramApp
impl UnwindSafe for SkipGramApp
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