pub struct Tuner<S: ComputeServer, C> { /* private fields */ }Expand description
Executes autotune benchmarking and caching
Implementations§
Source§impl<S: ComputeServer, C: ComputeChannel<S>> Tuner<S, C>
impl<S: ComputeServer, C: ComputeChannel<S>> Tuner<S, C>
Trait Implementations§
Auto Trait Implementations§
impl<S, C> Freeze for Tuner<S, C>
impl<S, C> RefUnwindSafe for Tuner<S, C>
impl<S, C> Send for Tuner<S, C>where
C: Send,
impl<S, C> Sync for Tuner<S, C>where
C: Sync,
impl<S, C> Unpin for Tuner<S, C>
impl<S, C> UnwindSafe for Tuner<S, C>
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