MatMulUnsqueezeSqueezeFusionPass
Description
If the MatMul, MatMulV2, BatchMatmul, and BatchMatmulV2 operators support 1D input, inserts the Unsqueeze operator into the 1D input to obtain 2D input, and inserts the Squeeze operator into the output to remove the extended dimension.

Restrictions
None
Parent topic: Graph Fusion Patterns