Enum cudnn_sys::cudnnPoolingMode_t [] [src]

#[repr(C)]
pub enum cudnnPoolingMode_t { CUDNN_POOLING_MAX, CUDNN_POOLING_AVERAGE_COUNT_INCLUDE_PADDING, CUDNN_POOLING_AVERAGE_COUNT_EXCLUDE_PADDING, }

Variants

Trait Implementations

impl PartialEq for cudnnPoolingMode_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 cudnnPoolingMode_t
[src]

Formats the value using the given formatter.

impl Copy for cudnnPoolingMode_t
[src]

impl Clone for cudnnPoolingMode_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more