#[repr(C)]pub enum cudnnConvolutionFwdPreference_t {
CUDNN_CONVOLUTION_FWD_NO_WORKSPACE = 0,
CUDNN_CONVOLUTION_FWD_PREFER_FASTEST = 1,
CUDNN_CONVOLUTION_FWD_SPECIFY_WORKSPACE_LIMIT = 2,
}Variants§
CUDNN_CONVOLUTION_FWD_NO_WORKSPACE = 0
CUDNN_CONVOLUTION_FWD_PREFER_FASTEST = 1
CUDNN_CONVOLUTION_FWD_SPECIFY_WORKSPACE_LIMIT = 2
Trait Implementations§
Source§impl Clone for cudnnConvolutionFwdPreference_t
impl Clone for cudnnConvolutionFwdPreference_t
Source§fn clone(&self) -> cudnnConvolutionFwdPreference_t
fn clone(&self) -> cudnnConvolutionFwdPreference_t
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 PartialEq for cudnnConvolutionFwdPreference_t
impl PartialEq for cudnnConvolutionFwdPreference_t
Source§fn eq(&self, other: &cudnnConvolutionFwdPreference_t) -> bool
fn eq(&self, other: &cudnnConvolutionFwdPreference_t) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for cudnnConvolutionFwdPreference_t
impl StructuralPartialEq for cudnnConvolutionFwdPreference_t
Auto Trait Implementations§
impl Freeze for cudnnConvolutionFwdPreference_t
impl RefUnwindSafe for cudnnConvolutionFwdPreference_t
impl Send for cudnnConvolutionFwdPreference_t
impl Sync for cudnnConvolutionFwdPreference_t
impl Unpin for cudnnConvolutionFwdPreference_t
impl UnwindSafe for cudnnConvolutionFwdPreference_t
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