onnxruntime
21c202bb - Eliminate hashmap copies during function inlining (#17439)

Commit
2 years ago
Eliminate hashmap copies during function inlining (#17439) ### Description Eliminate unnecessary HashMap copies. This saves 22% of CPU usage on a reference Dynamo exported model. ### Motivation and Context Our function inlining is currently slow. Before: ![image](https://github.com/microsoft/onnxruntime/assets/11303988/fd38a857-8c12-42ef-9de2-3485123a9fe7) After ![image](https://github.com/microsoft/onnxruntime/assets/11303988/ea65813d-26cb-41dc-ba55-6a609b169767)
Author
Parents
Loading