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

type Shape6D<S0, S1, S2, S3, S4, S5> = TArr<S5, TArr<S4, TArr<S3, TArr<S2, TArr<S1, TArr<S0, ATerm>>>>>>;

6D shape alias.