pub enum CLIPVariant {
ViTB32,
ViTB16,
ViTL14,
ResNet50,
}Expand description
CLIP model variants
Variants§
Trait Implementations§
Source§impl Clone for CLIPVariant
impl Clone for CLIPVariant
Source§fn clone(&self) -> CLIPVariant
fn clone(&self) -> CLIPVariant
Returns a duplicate 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 CLIPVariant
impl Debug for CLIPVariant
impl Copy for CLIPVariant
Auto Trait Implementations§
impl Freeze for CLIPVariant
impl RefUnwindSafe for CLIPVariant
impl Send for CLIPVariant
impl Sync for CLIPVariant
impl Unpin for CLIPVariant
impl UnwindSafe for CLIPVariant
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