TransposedUpdateFusionPass
Description
Changes the TransposeD operator in the graph that fits the graph fusion pattern to the Transpose operator when the check_supported function in the TransposeD operator returns True.

Restrictions
- When True is returned after check_supported is called, fusion is performed.
- This fusion pattern cannot be disabled.
Availability
Parent topic: Graph Fusion Patterns