Enum cudnn_sys::cudnnConvolutionBwdFilterAlgo_t [] [src]

#[repr(C)]
pub enum cudnnConvolutionBwdFilterAlgo_t { CUDNN_CONVOLUTION_BWD_FILTER_ALGO_0, CUDNN_CONVOLUTION_BWD_FILTER_ALGO_1, CUDNN_CONVOLUTION_BWD_FILTER_ALGO_FFT, CUDNN_CONVOLUTION_BWD_FILTER_ALGO_3, }

Variants

Trait Implementations

impl PartialEq for cudnnConvolutionBwdFilterAlgo_t
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for cudnnConvolutionBwdFilterAlgo_t
[src]

Formats the value using the given formatter.

impl Copy for cudnnConvolutionBwdFilterAlgo_t
[src]

impl Clone for cudnnConvolutionBwdFilterAlgo_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more