Enum cudnn_sys::cudnnTensorFormat_t [] [src]

#[repr(C)]
pub enum cudnnTensorFormat_t { CUDNN_TENSOR_NCHW, CUDNN_TENSOR_NHWC, }

Variants

Trait Implementations

impl PartialEq for cudnnTensorFormat_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 cudnnTensorFormat_t
[src]

Formats the value using the given formatter.

impl Copy for cudnnTensorFormat_t
[src]

impl Clone for cudnnTensorFormat_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more