macro_rules! ones {
($shape:expr) => { ... };
($shape:expr, stream = $stream:expr) => { ... };
($shape:expr, dtype = $dtype:ty) => { ... };
($shape:expr, dtype = $dtype:ty, stream = $stream:expr) => { ... };
}
Expand description
Macro generated for the function crate::ops::ones
. See the function documentation for more details.