pub struct PytorchParser;Trait Implementations§
Source§impl WeightParser for PytorchParser
impl WeightParser for PytorchParser
Auto Trait Implementations§
impl Freeze for PytorchParser
impl RefUnwindSafe for PytorchParser
impl Send for PytorchParser
impl Sync for PytorchParser
impl Unpin for PytorchParser
impl UnsafeUnpin for PytorchParser
impl UnwindSafe for PytorchParser
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