torch.FlattenShape
export type FlattenShape<_S extends Shape> = readonly [number];_Sextends ShapeCompute output shape of flatten. Result is 1D with total elements (dynamic since we can't compute products).
export type FlattenShape<_S extends Shape> = readonly [number];_Sextends ShapeCompute output shape of flatten. Result is 1D with total elements (dynamic since we can't compute products).