Enum cudnn_sys::cudnnActivationMode_t [] [src]

#[repr(C)]
pub enum cudnnActivationMode_t { CUDNN_ACTIVATION_SIGMOID, CUDNN_ACTIVATION_RELU, CUDNN_ACTIVATION_TANH, }

Variants

Trait Implementations

impl PartialEq for cudnnActivationMode_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 cudnnActivationMode_t
[src]

Formats the value using the given formatter.

impl Copy for cudnnActivationMode_t
[src]

impl Clone for cudnnActivationMode_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more