pub struct AudioEncoder {
pub cfg: EncoderConfig,
/* private fields */
}Expand description
Speech embeddings + the local Qwen2 transformer + the projection.
Fields§
§cfg: EncoderConfigImplementations§
Auto Trait Implementations§
impl Freeze for AudioEncoder
impl RefUnwindSafe for AudioEncoder
impl Send for AudioEncoder
impl Sync for AudioEncoder
impl Unpin for AudioEncoder
impl UnsafeUnpin for AudioEncoder
impl UnwindSafe for AudioEncoder
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