pub struct NegativeLogLikelihoodConfig {
pub num_classes: usize,
}
Expand description
Specifies configuration parameters for a NegativeLogLikelihood Layer.
Fields§
§num_classes: usize
How many different classes can be classified.
Trait Implementations§
source§impl Clone for NegativeLogLikelihoodConfig
impl Clone for NegativeLogLikelihoodConfig
source§fn clone(&self) -> NegativeLogLikelihoodConfig
fn clone(&self) -> NegativeLogLikelihoodConfig
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 NegativeLogLikelihoodConfig
impl Debug for NegativeLogLikelihoodConfig
Auto Trait Implementations§
impl RefUnwindSafe for NegativeLogLikelihoodConfig
impl Send for NegativeLogLikelihoodConfig
impl Sync for NegativeLogLikelihoodConfig
impl Unpin for NegativeLogLikelihoodConfig
impl UnwindSafe for NegativeLogLikelihoodConfig
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