pub struct AudioEmbeds {
pub n_tokens: usize,
pub dim: usize,
pub rows: Vec<f32>,
}Expand description
One clip ready for injection: rows [n_tokens][out_dim].
Fields§
§n_tokens: usize§dim: usize§rows: Vec<f32>Trait Implementations§
Source§impl Clone for AudioEmbeds
impl Clone for AudioEmbeds
Auto Trait Implementations§
impl Freeze for AudioEmbeds
impl RefUnwindSafe for AudioEmbeds
impl Send for AudioEmbeds
impl Sync for AudioEmbeds
impl Unpin for AudioEmbeds
impl UnsafeUnpin for AudioEmbeds
impl UnwindSafe for AudioEmbeds
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