pub enum InceptionVersion {
V1,
V2,
}
Expand description
Google’s Inception
Variants§
V1
Google’s Inception v1
Variant downloaded: ONNX Version 1.4 with Opset Version 9.
V2
Google’s Inception v2
Variant downloaded: ONNX Version 1.4 with Opset Version 9.
Trait Implementations§
Source§impl Clone for InceptionVersion
impl Clone for InceptionVersion
Source§fn clone(&self) -> InceptionVersion
fn clone(&self) -> InceptionVersion
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InceptionVersion
impl Debug for InceptionVersion
Source§impl From<InceptionVersion> for AvailableOnnxModel
impl From<InceptionVersion> for AvailableOnnxModel
Source§fn from(variant: InceptionVersion) -> Self
fn from(variant: InceptionVersion) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InceptionVersion
impl RefUnwindSafe for InceptionVersion
impl Send for InceptionVersion
impl Sync for InceptionVersion
impl Unpin for InceptionVersion
impl UnwindSafe for InceptionVersion
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