pub struct Dsv4Expert {
pub w1: QTensor,
pub w2: QTensor,
pub w3: QTensor,
}Fields§
§w1: QTensor§w2: QTensor§w3: QTensorAuto Trait Implementations§
impl Freeze for Dsv4Expert
impl RefUnwindSafe for Dsv4Expert
impl Send for Dsv4Expert
impl Sync for Dsv4Expert
impl Unpin for Dsv4Expert
impl UnsafeUnpin for Dsv4Expert
impl UnwindSafe for Dsv4Expert
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