Fix a bug in EmbedLayerNorm fusion (#5150)
* fix embedlayernorm bug
* review comments
* interim checkin
* review comments
* Fix core dump in MacOS
* remove unnecessary lines
* update document
* Update graph_utils.cc
* Update onnx_exporter.py
* resolve comments