Enum cudnn_sys::cudnnDataType_t [] [src]

#[repr(C)]
pub enum cudnnDataType_t { CUDNN_DATA_FLOAT, CUDNN_DATA_DOUBLE, CUDNN_DATA_HALF, }

Variants

Trait Implementations

impl PartialEq for cudnnDataType_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 cudnnDataType_t
[src]

Formats the value using the given formatter.

impl Copy for cudnnDataType_t
[src]

impl Clone for cudnnDataType_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more