pub struct PyGExporter { /* private fields */ }Expand description
PyTorch Geometric exporter.
Implementations§
Source§impl PyGExporter
impl PyGExporter
Sourcepub fn new(config: PyGExportConfig) -> Self
pub fn new(config: PyGExportConfig) -> Self
Creates a new PyG exporter.
Auto Trait Implementations§
impl Freeze for PyGExporter
impl RefUnwindSafe for PyGExporter
impl Send for PyGExporter
impl Sync for PyGExporter
impl Unpin for PyGExporter
impl UnwindSafe for PyGExporter
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