Enum cudnn_sys::cudnnStatus_t [] [src]

pub enum cudnnStatus_t {
    CUDNN_STATUS_SUCCESS,
    CUDNN_STATUS_NOT_INITIALIZED,
    CUDNN_STATUS_ALLOC_FAILED,
    CUDNN_STATUS_BAD_PARAM,
    CUDNN_STATUS_INTERNAL_ERROR,
    CUDNN_STATUS_INVALID_VALUE,
    CUDNN_STATUS_ARCH_MISMATCH,
    CUDNN_STATUS_MAPPING_ERROR,
    CUDNN_STATUS_EXECUTION_FAILED,
    CUDNN_STATUS_NOT_SUPPORTED,
    CUDNN_STATUS_LICENSE_ERROR,
}

Variants

CUDNN_STATUS_SUCCESSCUDNN_STATUS_NOT_INITIALIZEDCUDNN_STATUS_ALLOC_FAILEDCUDNN_STATUS_BAD_PARAMCUDNN_STATUS_INTERNAL_ERRORCUDNN_STATUS_INVALID_VALUECUDNN_STATUS_ARCH_MISMATCHCUDNN_STATUS_MAPPING_ERRORCUDNN_STATUS_EXECUTION_FAILEDCUDNN_STATUS_NOT_SUPPORTEDCUDNN_STATUS_LICENSE_ERROR

Trait Implementations

impl Clone for cudnnStatus_t
[src]

fn clone(&self) -> cudnnStatus_t

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for cudnnStatus_t
[src]

impl Debug for cudnnStatus_t
[src]

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

Formats the value using the given formatter.

impl PartialEq for cudnnStatus_t
[src]

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

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.