pub struct Vocoder { /* private fields */ }Expand description
BigVGAN v2: conv_pre, then per level a transposed convolution and three
receptive-field blocks whose outputs are averaged, then conv_post.
Auto Trait Implementations§
impl Freeze for Vocoder
impl RefUnwindSafe for Vocoder
impl Send for Vocoder
impl Sync for Vocoder
impl Unpin for Vocoder
impl UnsafeUnpin for Vocoder
impl UnwindSafe for Vocoder
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