log_softmax

Function log_softmax 

Source
pub fn log_softmax(values: &[f64]) -> Vec<f64>
Expand description

Stable softmax in log domain

Returns log(softmax(x)) for numerical stability