pub struct GgufTensorByteProfile {
pub expert_count: u32,
pub expert_used_count: u32,
pub full_model_bytes: u64,
pub base_resident_bytes: u64,
pub expert_tensor_bytes: u64,
pub file_overhead_bytes: u64,
}Fields§
§expert_count: u32§expert_used_count: u32§full_model_bytes: u64§base_resident_bytes: u64§expert_tensor_bytes: u64§file_overhead_bytes: u64Trait Implementations§
Source§impl Clone for GgufTensorByteProfile
impl Clone for GgufTensorByteProfile
Source§fn clone(&self) -> GgufTensorByteProfile
fn clone(&self) -> GgufTensorByteProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GgufTensorByteProfile
impl Debug for GgufTensorByteProfile
Source§impl Default for GgufTensorByteProfile
impl Default for GgufTensorByteProfile
Source§fn default() -> GgufTensorByteProfile
fn default() -> GgufTensorByteProfile
Returns the “default value” for a type. Read more
Source§impl PartialEq for GgufTensorByteProfile
impl PartialEq for GgufTensorByteProfile
Source§fn eq(&self, other: &GgufTensorByteProfile) -> bool
fn eq(&self, other: &GgufTensorByteProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for GgufTensorByteProfile
impl StructuralPartialEq for GgufTensorByteProfile
Auto Trait Implementations§
impl Freeze for GgufTensorByteProfile
impl RefUnwindSafe for GgufTensorByteProfile
impl Send for GgufTensorByteProfile
impl Sync for GgufTensorByteProfile
impl Unpin for GgufTensorByteProfile
impl UnsafeUnpin for GgufTensorByteProfile
impl UnwindSafe for GgufTensorByteProfile
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