Struct tch::nn::LinearConfig
source · pub struct LinearConfig {
pub ws_init: Init,
pub bs_init: Option<Init>,
pub bias: bool,
}Expand description
Configuration for a linear layer.
Fields§
§ws_init: Init§bs_init: Option<Init>§bias: boolTrait Implementations§
source§impl Clone for LinearConfig
impl Clone for LinearConfig
source§fn clone(&self) -> LinearConfig
fn clone(&self) -> LinearConfig
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 more