pub struct AddressableBindingTransform { /* private fields */ }Expand description
Backend-neutral transform retained for one addressable binding.
Implementations§
Source§impl AddressableBindingTransform
impl AddressableBindingTransform
Sourcepub const fn quantization(&self) -> WeightQuantization
pub const fn quantization(&self) -> WeightQuantization
Selected packed executable format.
Sourcepub const fn companion_dtype(&self) -> &RecipeDtype
pub const fn companion_dtype(&self) -> &RecipeDtype
Selected scale and affine-bias scalar representation.
Trait Implementations§
Source§impl Clone for AddressableBindingTransform
impl Clone for AddressableBindingTransform
Source§fn clone(&self) -> AddressableBindingTransform
fn clone(&self) -> AddressableBindingTransform
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 AddressableBindingTransform
impl Debug for AddressableBindingTransform
impl Eq for AddressableBindingTransform
impl StructuralPartialEq for AddressableBindingTransform
Auto Trait Implementations§
impl Freeze for AddressableBindingTransform
impl RefUnwindSafe for AddressableBindingTransform
impl Send for AddressableBindingTransform
impl Sync for AddressableBindingTransform
impl Unpin for AddressableBindingTransform
impl UnsafeUnpin for AddressableBindingTransform
impl UnwindSafe for AddressableBindingTransform
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