Skip to main content

softmax_f32

Function softmax_f32 

Source
pub fn softmax_f32(
    input: &[f32],
    num_rows: usize,
    row_size: usize,
    output: &mut [f32],
) -> Result<()>
Expand description

Softmax for 32-bit floating point tensors.