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