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

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

4D shape alias.