pub struct LowrankForwardRouteProfileSnapshot {
pub attempts: u64,
pub wgpu_fusion_autodiff: u64,
pub wgpu_direct_autodiff: u64,
pub wgpu_fusion_runtime: u64,
pub wgpu_direct_runtime: u64,
pub cuda_fusion_autodiff: u64,
pub cuda_direct_autodiff: u64,
pub cuda_fusion_runtime: u64,
pub cuda_direct_runtime: u64,
}Fields§
§attempts: u64§wgpu_fusion_autodiff: u64§wgpu_direct_autodiff: u64§wgpu_fusion_runtime: u64§wgpu_direct_runtime: u64§cuda_fusion_autodiff: u64§cuda_direct_autodiff: u64§cuda_fusion_runtime: u64§cuda_direct_runtime: u64Implementations§
Trait Implementations§
Source§impl Clone for LowrankForwardRouteProfileSnapshot
impl Clone for LowrankForwardRouteProfileSnapshot
Source§fn clone(&self) -> LowrankForwardRouteProfileSnapshot
fn clone(&self) -> LowrankForwardRouteProfileSnapshot
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 Default for LowrankForwardRouteProfileSnapshot
impl Default for LowrankForwardRouteProfileSnapshot
Source§fn default() -> LowrankForwardRouteProfileSnapshot
fn default() -> LowrankForwardRouteProfileSnapshot
Returns the “default value” for a type. Read more
impl Copy for LowrankForwardRouteProfileSnapshot
Auto Trait Implementations§
impl Freeze for LowrankForwardRouteProfileSnapshot
impl RefUnwindSafe for LowrankForwardRouteProfileSnapshot
impl Send for LowrankForwardRouteProfileSnapshot
impl Sync for LowrankForwardRouteProfileSnapshot
impl Unpin for LowrankForwardRouteProfileSnapshot
impl UnsafeUnpin for LowrankForwardRouteProfileSnapshot
impl UnwindSafe for LowrankForwardRouteProfileSnapshot
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