Skip to main content

matrix_softmax

Function matrix_softmax 

Source
pub fn matrix_softmax(a: &Matrix) -> Result<Matrix>
Expand description

Calculates softmax function for the a matrix.