[][src]Macro tensor_macros::make_tensor

macro_rules! make_tensor {
    ($name:ident $($dim:literal)x+ ) => { ... };
}

Generates a tensor type

Use tensor! instead, it uses this macro and more