Skip to main content

gather_single

Macro gather_single 

Source
macro_rules! gather_single {
    ($a:expr, $indices:expr, $axis:expr, $slice_sizes:expr) => { ... };
    ($a:expr, $indices:expr, $axis:expr, $slice_sizes:expr, stream = $stream:expr) => { ... };
}
👎Deprecated since 0.26.0:

use with_stream or with_device around gather_single

Expand description

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