Macro softmax_axes

Source
macro_rules! softmax_axes {
    ($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_axes. See the function documentation for more details.