Searched defs:MHAGraphCache (Results 1 – 1 of 1) sorted by relevance
227 struct MHAGraphCache { struct228 std::unordered_map<KeyType, T, ParamsWrapperHash<KeyType>> engine_cache;233 T* find(const KeyType& key) { in find()241 void update(const KeyType& key, T& results) { in update()