#[repr(C)]pub struct cudnnConvolutionBwdDataAlgoPerfStruct {
pub algo: cudnnConvolutionBwdDataAlgo_t,
pub status: cudnnStatus_t,
pub time: f32,
pub memory: usize,
pub determinism: cudnnDeterminism_t,
pub mathType: cudnnMathType_t,
pub reserved: [c_int; 3],
}Fields§
§algo: cudnnConvolutionBwdDataAlgo_t§status: cudnnStatus_t§time: f32§memory: usize§determinism: cudnnDeterminism_t§mathType: cudnnMathType_t§reserved: [c_int; 3]Trait Implementations§
Source§impl Clone for cudnnConvolutionBwdDataAlgoPerfStruct
impl Clone for cudnnConvolutionBwdDataAlgoPerfStruct
Source§fn clone(&self) -> cudnnConvolutionBwdDataAlgoPerfStruct
fn clone(&self) -> cudnnConvolutionBwdDataAlgoPerfStruct
Returns a duplicate 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 moreSource§impl PartialEq for cudnnConvolutionBwdDataAlgoPerfStruct
impl PartialEq for cudnnConvolutionBwdDataAlgoPerfStruct
Source§fn eq(&self, other: &cudnnConvolutionBwdDataAlgoPerfStruct) -> bool
fn eq(&self, other: &cudnnConvolutionBwdDataAlgoPerfStruct) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for cudnnConvolutionBwdDataAlgoPerfStruct
impl PartialOrd for cudnnConvolutionBwdDataAlgoPerfStruct
impl Copy for cudnnConvolutionBwdDataAlgoPerfStruct
impl StructuralPartialEq for cudnnConvolutionBwdDataAlgoPerfStruct
Auto Trait Implementations§
impl Freeze for cudnnConvolutionBwdDataAlgoPerfStruct
impl RefUnwindSafe for cudnnConvolutionBwdDataAlgoPerfStruct
impl Send for cudnnConvolutionBwdDataAlgoPerfStruct
impl Sync for cudnnConvolutionBwdDataAlgoPerfStruct
impl Unpin for cudnnConvolutionBwdDataAlgoPerfStruct
impl UnsafeUnpin for cudnnConvolutionBwdDataAlgoPerfStruct
impl UnwindSafe for cudnnConvolutionBwdDataAlgoPerfStruct
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