Struct kn_cuda_sys::wrapper::descriptor::TensorOpDescriptor
source · pub struct TensorOpDescriptor { /* private fields */ }Implementations§
source§impl TensorOpDescriptor
impl TensorOpDescriptor
pub fn new(operation: cudnnOpTensorOp_t, dtype: cudnnDataType_t) -> Self
pub unsafe fn inner(&self) -> cudnnOpTensorDescriptor_t
Trait Implementations§
source§impl Debug for TensorOpDescriptor
impl Debug for TensorOpDescriptor
Auto Trait Implementations§
impl RefUnwindSafe for TensorOpDescriptor
impl !Send for TensorOpDescriptor
impl !Sync for TensorOpDescriptor
impl Unpin for TensorOpDescriptor
impl UnwindSafe for TensorOpDescriptor
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