Searched defs:phi_to_args (Results 1 – 1 of 1) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/ |
| D | parse.cc | 4558 void Parser::PrintPhiArgMaps(const std::map<ParameterPtr, std::set<AnfNodePtr>> &phi_to_args, in PrintPhiArgMaps() 4593 bool UpdatePhiArgMaps(std::map<ParameterPtr, std::set<AnfNodePtr>> *phi_to_args, in UpdatePhiArgMaps() 4642 void Parser::UpdatePhiArgMapsRepeatedly(std::map<ParameterPtr, std::set<AnfNodePtr>> *phi_to_args, in UpdatePhiArgMapsRepeatedly() 4653 void Parser::CreatePhiArgMaps(std::map<ParameterPtr, std::set<AnfNodePtr>> *phi_to_args, in CreatePhiArgMaps() 4673 const std::map<ParameterPtr, std::set<AnfNodePtr>> &phi_to_args) { in CollectRemovablePhiArgs() 4701 std::map<ParameterPtr, std::set<AnfNodePtr>> phi_to_args; in CalRemovablePhis() local
|