#[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: [i32; 3],
}
Fields§
§algo: cudnnConvolutionBwdDataAlgo_t
§status: cudnnStatus_t
§time: f32
§memory: usize
§determinism: cudnnDeterminism_t
§mathType: cudnnMathType_t
§reserved: [i32; 3]
Trait Implementations§
source§impl Clone for cudnnConvolutionBwdDataAlgoPerfStruct
impl Clone for cudnnConvolutionBwdDataAlgoPerfStruct
source§fn clone(&self) -> cudnnConvolutionBwdDataAlgoPerfStruct
fn clone(&self) -> cudnnConvolutionBwdDataAlgoPerfStruct
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 moresource§impl Default for cudnnConvolutionBwdDataAlgoPerfStruct
impl Default for cudnnConvolutionBwdDataAlgoPerfStruct
source§fn default() -> cudnnConvolutionBwdDataAlgoPerfStruct
fn default() -> cudnnConvolutionBwdDataAlgoPerfStruct
Returns the “default value” for a type. Read more
impl Copy for cudnnConvolutionBwdDataAlgoPerfStruct
Auto Trait Implementations§
impl RefUnwindSafe for cudnnConvolutionBwdDataAlgoPerfStruct
impl Send for cudnnConvolutionBwdDataAlgoPerfStruct
impl Sync for cudnnConvolutionBwdDataAlgoPerfStruct
impl Unpin 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