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