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

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

5D shape alias.