Skip to main content

softmax_rows_with_arithmetic

Function softmax_rows_with_arithmetic 

Source
pub fn softmax_rows_with_arithmetic(
    x: &mut [f32],
    rows: usize,
    cols: usize,
    arithmetic: F32SoftmaxArithmetic,
)
Expand description

Same operation as softmax_rows, with an explicitly selected normalization form.