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