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
[ET-VK] Using vector for storing ref_mapping_ in GraphBuilder to improve model load time and memory.
This diff changes GraphBuilder class to store ref id to value mapping as vector instead of unordered map, since maximum id is known and thus vector can be sized to store the map.
Differential Revision: [D73969916](https://our.internmc.facebook.com/intern/diff/D73969916/)
ghstack-source-id: 281563018
Pull Request resolved: #10647
0 commit comments