Enum cudnn_sys::cudnnSoftmaxAlgorithm_t [] [src]

#[repr(C)]
pub enum cudnnSoftmaxAlgorithm_t { CUDNN_SOFTMAX_FAST, CUDNN_SOFTMAX_ACCURATE, CUDNN_SOFTMAX_LOG, }

Variants

Trait Implementations

impl PartialEq for cudnnSoftmaxAlgorithm_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 cudnnSoftmaxAlgorithm_t
[src]

Formats the value using the given formatter.

impl Copy for cudnnSoftmaxAlgorithm_t
[src]

impl Clone for cudnnSoftmaxAlgorithm_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more