pub struct KernelLaunchTelemetry {
pub kernel: String,
pub precision: Option<String>,
pub shape: Vec<KernelAttrTelemetry>,
pub tuning: Vec<KernelAttrTelemetry>,
}Fields§
§kernel: String§precision: Option<String>§shape: Vec<KernelAttrTelemetry>§tuning: Vec<KernelAttrTelemetry>Trait Implementations§
Source§impl Clone for KernelLaunchTelemetry
impl Clone for KernelLaunchTelemetry
Source§fn clone(&self) -> KernelLaunchTelemetry
fn clone(&self) -> KernelLaunchTelemetry
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 KernelLaunchTelemetry
impl Debug for KernelLaunchTelemetry
Source§impl<'de> Deserialize<'de> for KernelLaunchTelemetry
impl<'de> Deserialize<'de> for KernelLaunchTelemetry
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
Source§impl PartialEq for KernelLaunchTelemetry
impl PartialEq for KernelLaunchTelemetry
Source§impl Serialize for KernelLaunchTelemetry
impl Serialize for KernelLaunchTelemetry
impl StructuralPartialEq for KernelLaunchTelemetry
Auto Trait Implementations§
impl Freeze for KernelLaunchTelemetry
impl RefUnwindSafe for KernelLaunchTelemetry
impl Send for KernelLaunchTelemetry
impl Sync for KernelLaunchTelemetry
impl Unpin for KernelLaunchTelemetry
impl UnwindSafe for KernelLaunchTelemetry
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