pub struct QuantizationExpand<MP: MatmulPrecision> {
pub scaling_lhs: <MP::ES as CubeType>::ExpandType,
pub scaling_rhs: <MP::ES as CubeType>::ExpandType,
}
Fields§
§scaling_lhs: <MP::ES as CubeType>::ExpandType
§scaling_rhs: <MP::ES as CubeType>::ExpandType
Implementations§
Source§impl<MP: MatmulPrecision> QuantizationExpand<MP>
impl<MP: MatmulPrecision> QuantizationExpand<MP>
pub fn __expand_dequantize_method( self, context: &mut Scope, line: <Line<MP::EI> as CubeType>::ExpandType, ident: InputIdent, ) -> <Line<MP::ES> as CubeType>::ExpandType
pub fn __expand_dequantize( context: &mut Scope, this: Self, line: <Line<MP::EI> as CubeType>::ExpandType, ident: InputIdent, ) -> <Line<MP::ES> as CubeType>::ExpandType
Trait Implementations§
Source§impl<MP: MatmulPrecision> Clone for QuantizationExpand<MP>
impl<MP: MatmulPrecision> Clone for QuantizationExpand<MP>
Source§impl<MP: MatmulPrecision> CubeDebug for QuantizationExpand<MP>
impl<MP: MatmulPrecision> CubeDebug for QuantizationExpand<MP>
Source§fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
Set the debug name of this type’s expansion. Should do nothing for types that don’t appear
at runtime
Auto Trait Implementations§
impl<MP> Freeze for QuantizationExpand<MP>
impl<MP> RefUnwindSafe for QuantizationExpand<MP>
impl<MP> !Send for QuantizationExpand<MP>
impl<MP> !Sync for QuantizationExpand<MP>
impl<MP> Unpin for QuantizationExpand<MP>
impl<MP> UnwindSafe for QuantizationExpand<MP>
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