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

type Shape3D<S0, S1, S2> = TArr<S2, TArr<S1, TArr<S0, ATerm>>>;

3D shape alias.