Struct leaf::layers::loss::negative_log_likelihood::NegativeLogLikelihoodConfig [] [src]

pub struct NegativeLogLikelihoodConfig {
    pub num_classes: usize,
}

Specifies configuration parameters for a NegativeLogLikelihood Layer.

Fields

How many different classes can be classified.

Trait Implementations

impl Debug for NegativeLogLikelihoodConfig
[src]

Formats the value using the given formatter.

impl Clone for NegativeLogLikelihoodConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<LayerType> for NegativeLogLikelihoodConfig
[src]

Performs the conversion.