Enum cudnn_sys::cudnnPoolingMode_t [] [src]

pub enum cudnnPoolingMode_t {
    CUDNN_POOLING_MAX,
    CUDNN_POOLING_AVERAGE_COUNT_INCLUDE_PADDING,
    CUDNN_POOLING_AVERAGE_COUNT_EXCLUDE_PADDING,
}

Variants

CUDNN_POOLING_MAXCUDNN_POOLING_AVERAGE_COUNT_INCLUDE_PADDINGCUDNN_POOLING_AVERAGE_COUNT_EXCLUDE_PADDING

Trait Implementations

impl Clone for cudnnPoolingMode_t
[src]

fn clone(&self) -> cudnnPoolingMode_t

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for cudnnPoolingMode_t
[src]

impl Debug for cudnnPoolingMode_t
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl PartialEq for cudnnPoolingMode_t
[src]

fn eq(&self, __arg_0: &cudnnPoolingMode_t) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.