pub struct GraphMAEDecoder { /* private fields */ }Expand description
Decoder that reconstructs only masked node features (key efficiency gain).
Implementations§
Auto Trait Implementations§
impl Freeze for GraphMAEDecoder
impl RefUnwindSafe for GraphMAEDecoder
impl Send for GraphMAEDecoder
impl Sync for GraphMAEDecoder
impl Unpin for GraphMAEDecoder
impl UnsafeUnpin for GraphMAEDecoder
impl UnwindSafe for GraphMAEDecoder
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