pub struct ThroughputEstimate {
pub flops_per_token: u128,
pub estimated_tokens_per_second: f32,
}Fields§
§flops_per_token: u128§estimated_tokens_per_second: f32Trait Implementations§
Source§impl Clone for ThroughputEstimate
impl Clone for ThroughputEstimate
Source§fn clone(&self) -> ThroughputEstimate
fn clone(&self) -> ThroughputEstimate
Returns a duplicate of the value. Read more
1.0.0 · 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 ThroughputEstimate
impl Debug for ThroughputEstimate
Source§impl PartialEq for ThroughputEstimate
impl PartialEq for ThroughputEstimate
impl Copy for ThroughputEstimate
impl StructuralPartialEq for ThroughputEstimate
Auto Trait Implementations§
impl Freeze for ThroughputEstimate
impl RefUnwindSafe for ThroughputEstimate
impl Send for ThroughputEstimate
impl Sync for ThroughputEstimate
impl Unpin for ThroughputEstimate
impl UnsafeUnpin for ThroughputEstimate
impl UnwindSafe for ThroughputEstimate
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