Searched refs:GetTupleGetItemRealInput (Results 1 – 5 of 5) sorted by relevance
80 AnfNodePtr real_input_node = AnfAlgo::GetTupleGetItemRealInput(tuple_getitem); in Process()
68 auto real_input = AnfAlgo::GetTupleGetItemRealInput(cnode); in Process()
185 const AnfNodePtr &input = AnfAlgo::GetTupleGetItemRealInput(node); in NodeGrouping()
76 static AnfNodePtr GetTupleGetItemRealInput(const CNodePtr &tuple_get_item);
115 auto input = AnfAlgo::GetTupleGetItemRealInput(tuple_get_item); in GetRealOutputRecursively()212 AnfNodePtr AnfRuntimeAlgorithm::GetTupleGetItemRealInput(const CNodePtr &tuple_get_item) { in GetTupleGetItemRealInput() function in mindspore::session::AnfRuntimeAlgorithm287 auto item_with_index_tmp = VisitKernelWithReturnType(GetTupleGetItemRealInput(cnode), in VisitKernelWithReturnType()