Enum cudnn_sys::cudnnSoftmaxMode_t [] [src]

pub enum cudnnSoftmaxMode_t {
    CUDNN_SOFTMAX_MODE_INSTANCE,
    CUDNN_SOFTMAX_MODE_CHANNEL,
}

Variants

CUDNN_SOFTMAX_MODE_INSTANCE
CUDNN_SOFTMAX_MODE_CHANNEL

Trait Implementations

Derived Implementations

impl Clone for cudnnSoftmaxMode_t

fn clone(&self) -> cudnnSoftmaxMode_t

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

impl Copy for cudnnSoftmaxMode_t

impl Debug for cudnnSoftmaxMode_t

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

impl PartialEq for cudnnSoftmaxMode_t

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

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