Searched defs:MPSGraphCache (Results 1 – 1 of 1) sorted by relevance
203 struct MPSGraphCache struct215 static MPSGraphCache* getInstance() { in getInstance() argument222 ~MPSGraphCache() { in ~MPSGraphCache() argument232 void operator=(const MPSGraphCache&) = delete; argument234 …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() function292 static MPSGraphCache* _instance_cache; argument301 auto cache_ = MPSGraphCache::getInstance(); in LookUpOrCreateCachedGraph() argument