Enum cudnn_sys::cudnnConvolutionFwdPreference_t [] [src]

#[repr(C)]
pub enum cudnnConvolutionFwdPreference_t { CUDNN_CONVOLUTION_FWD_NO_WORKSPACE, CUDNN_CONVOLUTION_FWD_PREFER_FASTEST, CUDNN_CONVOLUTION_FWD_SPECIFY_WORKSPACE_LIMIT, }

Variants

Trait Implementations

impl PartialEq for cudnnConvolutionFwdPreference_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 cudnnConvolutionFwdPreference_t
[src]

Formats the value using the given formatter.

impl Copy for cudnnConvolutionFwdPreference_t
[src]

impl Clone for cudnnConvolutionFwdPreference_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more