createShapeTransformationGraph
Create a graph demonstrating common shape transformations: input (2,3,4,5) -> reshape (2,3,20) -> flatten (2,60) -> unsqueeze (2,1,60) -> squeeze (2,60)
Create a graph demonstrating common shape transformations: input (2,3,4,5) -> reshape (2,3,20) -> flatten (2,60) -> unsqueeze (2,1,60) -> squeeze (2,60)