torch.ReshapeShape
export type ReshapeShape<Target extends Shape> = Target;Targetextends ShapeCompute output shape of reshape operation. Just returns the target shape (validation happens at runtime).
export type ReshapeShape<Target extends Shape> = Target;Targetextends ShapeCompute output shape of reshape operation. Just returns the target shape (validation happens at runtime).