Macro softmax

Source
macro_rules! softmax {
    ($a:expr, $axes:expr, $precise:expr) => { ... };
    ($a:expr, $axes:expr, $precise:expr, stream = $stream:expr) => { ... };
}
Expand description

Macro generated for the function crate::ops::softmax. See the function documentation for more details.