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