#[repr(C)]
pub union cudnnAlgorithmUnionStruct_Algorithm {
pub convFwdAlgo: cudnnConvolutionFwdAlgo_t,
pub convBwdFilterAlgo: cudnnConvolutionBwdFilterAlgo_t,
pub convBwdDataAlgo: cudnnConvolutionBwdDataAlgo_t,
pub RNNAlgo: cudnnRNNAlgo_t,
pub CTCLossAlgo: cudnnCTCLossAlgo_t,
}
Fields§
§convFwdAlgo: cudnnConvolutionFwdAlgo_t
§convBwdFilterAlgo: cudnnConvolutionBwdFilterAlgo_t
§convBwdDataAlgo: cudnnConvolutionBwdDataAlgo_t
§RNNAlgo: cudnnRNNAlgo_t
§CTCLossAlgo: cudnnCTCLossAlgo_t
Trait Implementations§
source§impl Clone for cudnnAlgorithmUnionStruct_Algorithm
impl Clone for cudnnAlgorithmUnionStruct_Algorithm
source§fn clone(&self) -> cudnnAlgorithmUnionStruct_Algorithm
fn clone(&self) -> cudnnAlgorithmUnionStruct_Algorithm
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for cudnnAlgorithmUnionStruct_Algorithm
Auto Trait Implementations§
impl RefUnwindSafe for cudnnAlgorithmUnionStruct_Algorithm
impl Send for cudnnAlgorithmUnionStruct_Algorithm
impl Sync for cudnnAlgorithmUnionStruct_Algorithm
impl Unpin for cudnnAlgorithmUnionStruct_Algorithm
impl UnwindSafe for cudnnAlgorithmUnionStruct_Algorithm
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more