Macro softmax_axis

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

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