pub struct ResidentNvfp4ColumnParallel {
pub out_features: usize,
pub in_features: usize,
/* private fields */
}Fields§
§out_features: usize§in_features: usizeAuto Trait Implementations§
impl Freeze for ResidentNvfp4ColumnParallel
impl RefUnwindSafe for ResidentNvfp4ColumnParallel
impl Send for ResidentNvfp4ColumnParallel
impl Sync for ResidentNvfp4ColumnParallel
impl Unpin for ResidentNvfp4ColumnParallel
impl UnsafeUnpin for ResidentNvfp4ColumnParallel
impl UnwindSafe for ResidentNvfp4ColumnParallel
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