Skip to content

remove identity from onnx graph when useless

Franck Galpin requested to merge identy_instead_of_initializer into master

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.

Merge request reports