Struct kn_cuda_sys::wrapper::descriptor::MatMulDesc
source · pub struct MatMulDesc { /* private fields */ }Implementations§
source§impl MatMulDesc
impl MatMulDesc
pub fn new(relu: bool, bias: Option<DevicePtr>) -> MatMulDesc
pub fn inner(&self) -> cublasLtMatmulDesc_t
pub fn epilogue(&self) -> cublasLtEpilogue_t
Trait Implementations§
source§impl Debug for MatMulDesc
impl Debug for MatMulDesc
Auto Trait Implementations§
impl Freeze for MatMulDesc
impl RefUnwindSafe for MatMulDesc
impl !Send for MatMulDesc
impl !Sync for MatMulDesc
impl Unpin for MatMulDesc
impl UnwindSafe for MatMulDesc
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