Searched defs:call_graph (Results 1 – 13 of 13) sorted by relevance
33 auto call_graph = cnode->input(kIndex1); in CheckCallInline() local50 auto call_graph = cnode->input(kIndex1); in Process() local
56 CallGraph call_graph(GetIRContext()); in Apply() local
92 auto call_graph = CallGraph(GetIRContext()); in Apply() local
42 void SetJitCallGraph(const CNodePtr &cnode, const FuncGraphPtr &call_graph, const std::string &cach… in SetJitCallGraph()
770 auto call_graph = GetValueNode<FuncGraphPtr>(get_from_node->cast<CNodePtr>()->input(0)); in IsNeedInline() local
1602 auto call_graph = call_node->input(kFirstIndex); in CreateSwitchOrPartialNode() local1774 auto call_graph = node->input(kFirstIndex); in FlattenTuple() local
2600 auto call_graph = GetValueNode<FuncGraphPtr>(get_from_node->cast<CNodePtr>()->input(0)); in SupportInlinePartial() local
2381 CallBackFn AutoGrad::CreateGraphCallBack(const FuncGraphPtr &call_graph, const std::string &cache_k… in CreateGraphCallBack()
318 std::pair<CNodePtr, AnfNodePtr> GetRealOutputNodes(const FuncGraphPtr &call_graph) { in GetRealOutputNodes()