Created by: wozna
This PR:
- adds a pass that relocates scale operator before the Reshape-Transpose pattern. Needed for Ernie model.
- adds tests of that pass
- changes the order of squashes, that DequantScale is the first squash. Thank to that, after squashing Scale op, Dequantize-Quantize pattern can be changed to Requantize op.