macro_rules! scatter_max_single {
($a:expr, $indices:expr, $updates:expr, $axis:expr) => { ... };
($a:expr, $indices:expr, $updates:expr, $axis:expr, stream = $stream:expr) => { ... };
}👎Deprecated since 0.26.0:
use with_stream or with_device around scatter_max_single
Expand description
Macro generated for the function crate::ops::indexing::scatter_max_single. See the function documentation for more details.