Trait concision_core::func::activate::nl::Softmax

source ·
pub trait Softmax {
    type Output;

    // Required method
    fn softmax(&self) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn softmax(&self) -> Self::Output

Implementors§