pub struct ZipFormerConfig {
pub decoder: String,
pub encoder: String,
pub joiner: String,
pub tokens: String,
pub num_threads: Option<i32>,
pub provider: Option<String>,
pub debug: bool,
}
Fields§
§decoder: String
§encoder: String
§joiner: String
§tokens: String
§num_threads: Option<i32>
§provider: Option<String>
§debug: bool
Trait Implementations§
Source§impl Debug for ZipFormerConfig
impl Debug for ZipFormerConfig
Source§impl Default for ZipFormerConfig
impl Default for ZipFormerConfig
Source§fn default() -> ZipFormerConfig
fn default() -> ZipFormerConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ZipFormerConfig
impl RefUnwindSafe for ZipFormerConfig
impl Send for ZipFormerConfig
impl Sync for ZipFormerConfig
impl Unpin for ZipFormerConfig
impl UnwindSafe for ZipFormerConfig
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