Enum cudnn_sys::cudnnConvolutionBwdDataPreference_t [] [src]

#[repr(C)]
pub enum cudnnConvolutionBwdDataPreference_t { CUDNN_CONVOLUTION_BWD_DATA_NO_WORKSPACE, CUDNN_CONVOLUTION_BWD_DATA_PREFER_FASTEST, CUDNN_CONVOLUTION_BWD_DATA_SPECIFY_WORKSPACE_LIMIT, }

Variants

Trait Implementations

impl PartialEq for cudnnConvolutionBwdDataPreference_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 cudnnConvolutionBwdDataPreference_t
[src]

Formats the value using the given formatter.

impl Copy for cudnnConvolutionBwdDataPreference_t
[src]

impl Clone for cudnnConvolutionBwdDataPreference_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more