torch.CatShape
export type CatShape<_Tensors extends readonly Shape[], _Dim extends number> = DynamicShape;_Tensorsextends readonly Shape[]_Dimextends numberCompute output shape of concatenation along a dimension. Falls back to dynamic since computing sum requires runtime values.