Searched refs:repl_nodes (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/mindspore/core/ir/ |
D | func_graph_extends.cc | 87 std::unordered_map<AnfNodePtr, AnfNodePtr> *repl_nodes) const { in GenerateVarParams() 113 (void)repl_nodes->emplace(specialized_graph->GetVariableArgParameter(), var_tuple_param); in GenerateVarParams() 123 std::unordered_map<AnfNodePtr, AnfNodePtr> *repl_nodes) const { in GenerateKwParams() 168 (void)repl_nodes->emplace(param_node, extract_node); in GenerateKwParams() 173 …rateKwargReplNode(specialized_graph, kwarg_keys_tuple_nodes, kwarg_values_tuple_nodes, repl_nodes); in GenerateKwParams() 179 … std::unordered_map<AnfNodePtr, AnfNodePtr> *repl_nodes) const { in GenerateKwargReplNode() 188 MS_EXCEPTION_IF_NULL(repl_nodes); in GenerateKwargReplNode() 189 (void)repl_nodes->emplace(specialized_graph->GetVariableKwargParameter(), make_dict_node); in GenerateKwargReplNode() 206 std::unordered_map<AnfNodePtr, AnfNodePtr> *repl_nodes) const { in GenerateDefaultValue() 225 MS_EXCEPTION_IF_NULL(repl_nodes); in GenerateDefaultValue() [all …]
|
D | func_graph.h | 351 std::unordered_map<AnfNodePtr, AnfNodePtr> *repl_nodes) const; 356 std::unordered_map<AnfNodePtr, AnfNodePtr> *repl_nodes) const; 360 std::unordered_map<AnfNodePtr, AnfNodePtr> *repl_nodes) const; 478 std::unordered_map<AnfNodePtr, AnfNodePtr> *repl_nodes) const;
|