Add a fuse to layernorm recipes

Keras and Torch export to ONNX does not support LayerNorm which is in the ONNX standard.
The idea would be to create a recipe that allow to match both graph generated by Keras or Torch and transform it to a LayerNorm operator.