pub struct AdapterWeightNames {
pub linear1_weight: String,
pub linear2_weight: String,
}Expand description
Weight names for the audio-language adapter.
Fields§
§linear1_weight: String§linear2_weight: StringAuto Trait Implementations§
impl Freeze for AdapterWeightNames
impl RefUnwindSafe for AdapterWeightNames
impl Send for AdapterWeightNames
impl Sync for AdapterWeightNames
impl Unpin for AdapterWeightNames
impl UnsafeUnpin for AdapterWeightNames
impl UnwindSafe for AdapterWeightNames
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