pub enum ResNet {
V1(ResNetV1),
V2(ResNetV2),
}
Expand description
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResNet
impl RefUnwindSafe for ResNet
impl Send for ResNet
impl Sync for ResNet
impl Unpin for ResNet
impl UnwindSafe for ResNet
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