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_MAX
CUDNN_POOLING_AVERAGE_COUNT_INCLUDE_PADDING
CUDNN_POOLING_AVERAGE_COUNT_EXCLUDE_PADDING

Trait Implementations

Derived Implementations

impl Clone for cudnnPoolingMode_t

fn clone(&self) -> cudnnPoolingMode_t

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

impl Copy for cudnnPoolingMode_t

impl Debug for cudnnPoolingMode_t

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

impl PartialEq for cudnnPoolingMode_t

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

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