pub struct ResultRow {
pub setting: String,
pub coherence_delta: f64,
pub kv_cache_reduction: f64,
pub peak_mem_reduction: f64,
pub energy_reduction: f64,
pub p95_latency_us: u64,
pub accuracy: f64,
}Fields§
§setting: String§coherence_delta: f64§kv_cache_reduction: f64§peak_mem_reduction: f64§energy_reduction: f64§p95_latency_us: u64§accuracy: f64Trait Implementations§
Source§impl<'de> Deserialize<'de> for ResultRow
impl<'de> Deserialize<'de> for ResultRow
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ResultRow
impl RefUnwindSafe for ResultRow
impl Send for ResultRow
impl Sync for ResultRow
impl Unpin for ResultRow
impl UnsafeUnpin for ResultRow
impl UnwindSafe for ResultRow
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