Enum cudnn_sys::cudnnConvolutionFwdAlgo_t [] [src]

#[repr(C)]
pub enum cudnnConvolutionFwdAlgo_t { CUDNN_CONVOLUTION_FWD_ALGO_IMPLICIT_GEMM, CUDNN_CONVOLUTION_FWD_ALGO_IMPLICIT_PRECOMP_GEMM, CUDNN_CONVOLUTION_FWD_ALGO_GEMM, CUDNN_CONVOLUTION_FWD_ALGO_DIRECT, CUDNN_CONVOLUTION_FWD_ALGO_FFT, CUDNN_CONVOLUTION_FWD_ALGO_FFT_TILING, }

Variants

Trait Implementations

impl PartialEq for cudnnConvolutionFwdAlgo_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 cudnnConvolutionFwdAlgo_t
[src]

Formats the value using the given formatter.

impl Copy for cudnnConvolutionFwdAlgo_t
[src]

impl Clone for cudnnConvolutionFwdAlgo_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more