pub enum ResNetV2 {
ResNet18,
ResNet34,
ResNet50,
ResNet101,
ResNet152,
}
Expand description
ResNet v2
Source: https://github.com/onnx/models/tree/master/vision/classification/resnet
Variants§
ResNet18
ResNet18
Variant downloaded: ONNX Version 1.2.1 with Opset Version 7.
ResNet34
ResNet34
Variant downloaded: ONNX Version 1.2.1 with Opset Version 7.
ResNet50
ResNet50
Variant downloaded: ONNX Version 1.2.1 with Opset Version 7.
ResNet101
ResNet101
Variant downloaded: ONNX Version 1.2.1 with Opset Version 7.
ResNet152
ResNet152
Variant downloaded: ONNX Version 1.2.1 with Opset Version 7.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResNetV2
impl RefUnwindSafe for ResNetV2
impl Send for ResNetV2
impl Sync for ResNetV2
impl Unpin for ResNetV2
impl UnwindSafe for ResNetV2
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