remove identity from onnx graph when useless
deal with onnx graph where identity node is added when a node value can be found exactly the same in the grpah. It usually never happens except when dumping a model never trained.
deal with onnx graph where identity node is added when a node value can be found exactly the same in the grpah. It usually never happens except when dumping a model never trained.