pub struct ProviderAttributionCounts { /* private fields */ }Implementations§
Source§impl ProviderAttributionCounts
impl ProviderAttributionCounts
pub const fn expected_quant_tensor_count(&self) -> u64
pub const fn attributed_quant_tensor_count(&self) -> u64
pub const fn expected_operation_count(&self) -> u64
pub const fn attributed_operation_count(&self) -> u64
pub const fn expected_item_count(&self) -> u64
pub const fn attributed_item_count(&self) -> u64
pub const fn percent(&self) -> f64
pub fn denominator_sha256(&self) -> &str
Trait Implementations§
Source§impl Clone for ProviderAttributionCounts
impl Clone for ProviderAttributionCounts
Source§fn clone(&self) -> ProviderAttributionCounts
fn clone(&self) -> ProviderAttributionCounts
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 ProviderAttributionCounts
impl Debug for ProviderAttributionCounts
impl StructuralPartialEq for ProviderAttributionCounts
Auto Trait Implementations§
impl Freeze for ProviderAttributionCounts
impl RefUnwindSafe for ProviderAttributionCounts
impl Send for ProviderAttributionCounts
impl Sync for ProviderAttributionCounts
impl Unpin for ProviderAttributionCounts
impl UnsafeUnpin for ProviderAttributionCounts
impl UnwindSafe for ProviderAttributionCounts
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