Enum cudnn_sys::cudnnSoftmaxAlgorithm_t [] [src]

pub enum cudnnSoftmaxAlgorithm_t {
    CUDNN_SOFTMAX_FAST,
    CUDNN_SOFTMAX_ACCURATE,
    CUDNN_SOFTMAX_LOG,
}

Variants

CUDNN_SOFTMAX_FAST
CUDNN_SOFTMAX_ACCURATE
CUDNN_SOFTMAX_LOG

Trait Implementations

Derived Implementations

impl Clone for cudnnSoftmaxAlgorithm_t

fn clone(&self) -> cudnnSoftmaxAlgorithm_t

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

impl Copy for cudnnSoftmaxAlgorithm_t

impl Debug for cudnnSoftmaxAlgorithm_t

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

impl PartialEq for cudnnSoftmaxAlgorithm_t

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

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