einops!() { /* proc-macro */ }
Macro to perform tensor transformations using simple expressions
let output = einops!("h w c -> c h w", &input);