Searched refs:make_dict_nodes (Results 1 – 1 of 1) sorted by relevance
750 std::vector<AnfNodePtr> make_dict_nodes; in ParseKeywordsInCall() local751 make_dict_nodes.push_back(make_dict_op); in ParseKeywordsInCall()752 make_dict_nodes.push_back(keys_tuple); in ParseKeywordsInCall()753 make_dict_nodes.push_back(values_tuple); in ParseKeywordsInCall()754 packed_arguments->push_back(block->func_graph()->NewCNodeInOrder(make_dict_nodes)); in ParseKeywordsInCall()