pub struct GatedConv1d {
pub weight: Vec<Vec<f32>>,
pub gate: Linear,
}Fields§
§weight: Vec<Vec<f32>>§gate: LinearImplementations§
Auto Trait Implementations§
impl Freeze for GatedConv1d
impl RefUnwindSafe for GatedConv1d
impl Send for GatedConv1d
impl Sync for GatedConv1d
impl Unpin for GatedConv1d
impl UnwindSafe for GatedConv1d
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