macro_rules! repeat {
($array:expr, $count:expr) => { ... };
($array:expr, $count:expr, stream = $stream:expr) => { ... };
($array:expr, $count:expr, dtype = $dtype:ty) => { ... };
($array:expr, $count:expr, dtype = $dtype:ty, stream = $stream:expr) => { ... };
}👎Deprecated since 0.26.0:
use with_stream or with_device around repeat
Expand description
Macro generated for the function crate::ops::repeat. See the function documentation for more details.