Trait SoftmaxAxis

Source
pub trait SoftmaxAxis: Softmax {
    // Required method
    fn softmax_axis(self, axis: usize) -> Self::Output;
}

Required Methods§

Source

fn softmax_axis(self, axis: usize) -> Self::Output

Implementors§