pub struct ParameterTransformTarget { /* private fields */ }Expand description
Architecture-valid transform target for one linear parameter.
Implementations§
Source§impl ParameterTransformTarget
impl ParameterTransformTarget
Sourcepub const fn request(&self) -> QuantizationRequest
pub const fn request(&self) -> QuantizationRequest
Returns the caller request selecting this transform.
Sourcepub const fn executable(&self) -> LinearFormat
pub const fn executable(&self) -> LinearFormat
Returns the architecture-admitted executable format.
Sourcepub const fn descriptor(&self) -> &WeightLoweringDescriptor
pub const fn descriptor(&self) -> &WeightLoweringDescriptor
Returns the exact neutral lowering query.
Trait Implementations§
Source§impl Clone for ParameterTransformTarget
impl Clone for ParameterTransformTarget
Source§fn clone(&self) -> ParameterTransformTarget
fn clone(&self) -> ParameterTransformTarget
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 ParameterTransformTarget
impl Debug for ParameterTransformTarget
impl Eq for ParameterTransformTarget
Source§impl PartialEq for ParameterTransformTarget
impl PartialEq for ParameterTransformTarget
impl StructuralPartialEq for ParameterTransformTarget
Auto Trait Implementations§
impl Freeze for ParameterTransformTarget
impl RefUnwindSafe for ParameterTransformTarget
impl Send for ParameterTransformTarget
impl Sync for ParameterTransformTarget
impl Unpin for ParameterTransformTarget
impl UnsafeUnpin for ParameterTransformTarget
impl UnwindSafe for ParameterTransformTarget
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