Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/mps/
H A DOperationUtils.h203 struct MPSGraphCache struct
215 static MPSGraphCache* getInstance() { in getInstance() argument
222 ~MPSGraphCache() { in ~MPSGraphCache() argument
232 void operator=(const MPSGraphCache&) = delete; argument
234 …PSCachedGraph* CreateCachedGraph(const std::string& key, CreateCachedGraphBlock createCacheBlock) { in CreateCachedGraph()
257 inline T* CreateCachedGraphAs(const std::string& key, CreateCachedGraphBlock createCacheBlock) { in CreateCachedGraphAs()
261 MPSCachedGraph* LookUp(const std::string& key) const { in LookUp()
285 MPSGraphCache() { in MPSGraphCache() function
292 static MPSGraphCache* _instance_cache; argument
301 auto cache_ = MPSGraphCache::getInstance(); in LookUpOrCreateCachedGraph() argument