Skip to main content

scatter_min_single

Macro scatter_min_single 

Source
macro_rules! scatter_min_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_min_single

Expand description

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