Searched refs:FindParameter (Results 1 – 2 of 2) sorted by relevance
85 std::pair<AnfNodePtr, bool> FindParameter(const AnfNodePtr &node, const FuncGraphPtr &func_graph);
937 std::pair<AnfNodePtr, bool> FindParameter(const AnfNodePtr &node, const FuncGraphPtr &func_graph) { in FindParameter() function954 auto res = FindParameter(cnode->input(index), func_graph); in FindParameter()976 auto res = FindParameter(cnode->input(index), func_graph); in FindParameter()1146 std::pair<AnfNodePtr, bool> param_node_pair = FindParameter(node->input(index), func_graph); in InsertMirrorOps()