macro_rules! tensor { [$([$($x:expr),* $(,)*]),+ $(,)*] => { ... }; [$($x:expr),*] => { ... }; }
Macro for quickly creating tensors