macro_rules! softmax_all {
($a:expr) => { ... };
($a:expr, stream = $stream:expr) => { ... };
($a:expr, precise = $precise:expr) => { ... };
($a:expr, precise = $precise:expr, stream = $stream:expr) => { ... };
}
Expand description
Macro generated for the function crate::ops::softmax_all
. See the function documentation for more details.