Struct leaf::layers::common::linear::LinearConfig [] [src]

pub struct LinearConfig {
    pub output_size: usize,
}

Specifies configuration parameters for a Linear Layer.

Fields

The number of output values

Trait Implementations

impl Debug for LinearConfig
[src]

Formats the value using the given formatter.

impl Clone for LinearConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<LayerType> for LinearConfig
[src]

Performs the conversion.