pub struct AutoEncoderKLConfig {
    pub block_out_channels: Vec<usize>,
    pub layers_per_block: usize,
    pub latent_channels: usize,
    pub norm_num_groups: usize,
}Fields§
§block_out_channels: Vec<usize>§layers_per_block: usize§latent_channels: usize§norm_num_groups: usizeTrait Implementations§
source§impl Clone for AutoEncoderKLConfig
 
impl Clone for AutoEncoderKLConfig
source§fn clone(&self) -> AutoEncoderKLConfig
 
fn clone(&self) -> AutoEncoderKLConfig
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 AutoEncoderKLConfig
 
impl Debug for AutoEncoderKLConfig
Auto Trait Implementations§
impl Freeze for AutoEncoderKLConfig
impl RefUnwindSafe for AutoEncoderKLConfig
impl Send for AutoEncoderKLConfig
impl Sync for AutoEncoderKLConfig
impl Unpin for AutoEncoderKLConfig
impl UnwindSafe for AutoEncoderKLConfig
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