Struct candle_transformers::models::efficientnet::EfficientNet   
source · pub struct EfficientNet { /* private fields */ }Implementations§
source§impl EfficientNet
 
impl EfficientNet
pub fn new( p: VarBuilder<'_>, configs: Vec<MBConvConfig>, nclasses: usize ) -> Result<Self>
Trait Implementations§
source§impl Debug for EfficientNet
 
impl Debug for EfficientNet
Auto Trait Implementations§
impl Freeze for EfficientNet
impl !RefUnwindSafe for EfficientNet
impl Send for EfficientNet
impl Sync for EfficientNet
impl Unpin for EfficientNet
impl !UnwindSafe for EfficientNet
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