#[repr(C)]pub struct cudnnConvolutionFwdAlgoPerfStruct {
pub algo: cudnnConvolutionFwdAlgo_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: cudnnConvolutionFwdAlgo_t
§status: cudnnStatus_t
§time: f32
§memory: usize
§determinism: cudnnDeterminism_t
§mathType: cudnnMathType_t
§reserved: [i32; 3]
Trait Implementations§
source§impl Clone for cudnnConvolutionFwdAlgoPerfStruct
impl Clone for cudnnConvolutionFwdAlgoPerfStruct
source§fn clone(&self) -> cudnnConvolutionFwdAlgoPerfStruct
fn clone(&self) -> cudnnConvolutionFwdAlgoPerfStruct
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 cudnnConvolutionFwdAlgoPerfStruct
impl Default for cudnnConvolutionFwdAlgoPerfStruct
source§fn default() -> cudnnConvolutionFwdAlgoPerfStruct
fn default() -> cudnnConvolutionFwdAlgoPerfStruct
Returns the “default value” for a type. Read more
impl Copy for cudnnConvolutionFwdAlgoPerfStruct
Auto Trait Implementations§
impl RefUnwindSafe for cudnnConvolutionFwdAlgoPerfStruct
impl Send for cudnnConvolutionFwdAlgoPerfStruct
impl Sync for cudnnConvolutionFwdAlgoPerfStruct
impl Unpin for cudnnConvolutionFwdAlgoPerfStruct
impl UnwindSafe for cudnnConvolutionFwdAlgoPerfStruct
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