You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include contributions from Neel Shah and Sanjiban Segupta
- add support for Softmax, Identity and Concat operators
- Add support for fusing Matmul and Add in a single Gemm operator
- Re-order correctly using the topological input order the nodes of the ONNX graph. It has been found parsing some models , like the one of CMS, that the order in the file was not correct
- Add support for passing to the model the correct order of input names
0 commit comments