Home
last modified time | relevance | path

Searched refs:op_cache (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/graph_util/
Dnode_info.cc281 bool FindReshape(const CNodePtr &cnode, std::unordered_set<std::string> *op_cache) { in FindReshape() argument
294 if (op_cache->find(op_info_name) != op_cache->end()) { in FindReshape()
297 op_cache->insert(op_info_name); in FindReshape()
Dnode_info.h48 bool FindReshape(const CNodePtr &cnode, std::unordered_set<std::string> *op_cache);
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_auto_parallel.cc852 std::unordered_set<std::string> op_cache; in ReshapeCostCompute() local
855 if (!FindReshape(cnode, &op_cache)) { in ReshapeCostCompute()