Skip to main content

tensor_repeat

Macro tensor_repeat 

Source
macro_rules! tensor_repeat {
    ($value:expr; $count:expr) => { ... };
    ($value:expr; [$($dim:expr),+]) => { ... };
}
Expand description

Macro for creating tensors with repeated values