Home
last modified time | relevance | path

Searched refs:CacheManager (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dpass_manager.h30 class CacheManager {
32 CacheManager() {} in CacheManager() function
33 ~CacheManager() = default;
42 using CacheManagerPtr = std::shared_ptr<CacheManager>;
48 …ame), passes_{}, run_only_once_(run_only_once), cache_manager_(std::make_shared<CacheManager>()) {} in name_()
Dpass.h27 class CacheManager; variable
28 using CacheManagerPtr = std::shared_ptr<CacheManager>;
Dpass_manager.cc30 void CacheManager::Update(const AnfNodePtr &node) { in Update()
42 TypeId CacheManager::GetOutputType(const AnfNodePtr &node, size_t index) { in GetOutputType()
67 std::vector<size_t> CacheManager::GetOutputShape(const AnfNodePtr &node, size_t index) { in GetOutputShape()
/third_party/libnl/python/netlink/
Dcore.py602 class CacheManager(object): class