pub enum KdaOutGate {
Full(QTensor),
LowRank(QTensor, QTensor),
}Variants§
Auto Trait Implementations§
impl Freeze for KdaOutGate
impl RefUnwindSafe for KdaOutGate
impl Send for KdaOutGate
impl Sync for KdaOutGate
impl Unpin for KdaOutGate
impl UnsafeUnpin for KdaOutGate
impl UnwindSafe for KdaOutGate
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