Home
last modified time | relevance | path

Searched refs:front_graph_to_backend_graph_cache_path_ (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Dcompile_cache_context.cc90 auto iter = front_graph_to_backend_graph_cache_path_.find(front_graph); in GetBackendGraphCachePath()
91 if (iter != front_graph_to_backend_graph_cache_path_.end()) { in GetBackendGraphCachePath()
98 front_graph_to_backend_graph_cache_path_[front_graph] = path; in InsertBackendGraphCachePath()
138 front_graph_to_backend_graph_cache_path_.clear(); in Clear()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/common/utils/
Dcompile_cache_context.h123 HashMap<FuncGraphPtr, std::string> front_graph_to_backend_graph_cache_path_; variable