Macro logsumexp_axis

Source
macro_rules! logsumexp_axis {
    ($array:expr, $axis:expr) => { ... };
    ($array:expr, $axis:expr, stream = $stream:expr) => { ... };
    ($array:expr, $axis:expr, keep_dims = $keep_dims:expr) => { ... };
    ($array:expr, $axis:expr, keep_dims = $keep_dims:expr, stream = $stream:expr) => { ... };
}
Expand description

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