pub struct HfGlobal {
pub dequant_matrices: DequantMatrixSet,
pub num_hf_presets: u32,
pub hf_passes: Vec<HfPass>,
}
Fields§
§dequant_matrices: DequantMatrixSet
§num_hf_presets: u32
§hf_passes: Vec<HfPass>
Trait Implementations§
Source§impl Bundle<HfGlobalParams<'_, '_>> for HfGlobal
impl Bundle<HfGlobalParams<'_, '_>> for HfGlobal
Auto Trait Implementations§
impl Freeze for HfGlobal
impl RefUnwindSafe for HfGlobal
impl Send for HfGlobal
impl Sync for HfGlobal
impl Unpin for HfGlobal
impl UnwindSafe for HfGlobal
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