Macro broadcast_to

Source
macro_rules! broadcast_to {
    ($a:expr, $shape:expr) => { ... };
    ($a:expr, $shape:expr, stream = $stream:expr) => { ... };
}
Expand description

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