Home
last modified time | relevance | path

Searched defs:MHAGraphCache (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cudnn/
H A DMHA.cpp227 struct MHAGraphCache { struct
228 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()