[][src]Type Definition melange::tensor::shape::Shape2D

type Shape2D<S0, S1> = TArr<S1, TArr<S0, ATerm>>;

2D shape alias.