Enum cudnn_sys::cudnnConvolutionMode_t [] [src]

#[repr(C)]
pub enum cudnnConvolutionMode_t { CUDNN_CONVOLUTION, CUDNN_CROSS_CORRELATION, }

Variants

Trait Implementations

impl PartialEq for cudnnConvolutionMode_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 cudnnConvolutionMode_t
[src]

Formats the value using the given formatter.

impl Copy for cudnnConvolutionMode_t
[src]

impl Clone for cudnnConvolutionMode_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more