Searched refs:LatestNonGteAncestor (Results 1 – 5 of 5) sorted by relevance
81 HloInstruction* predecessor = opnd->LatestNonGteAncestor(); in FindAndSortFusionCandidates()
212 auto predecessor = opnd->LatestNonGteAncestor(); in Initialize()
50 fused_root->operand(0)->LatestNonGteAncestor()->opcode() == in MayBeImplementedAsInPlaceDynamicUpdateSlice()
1268 const HloInstruction* LatestNonGteAncestor() const;1270 HloInstruction* LatestNonGteAncestor() { in LatestNonGteAncestor() function1272 const_cast<const HloInstruction*>(this)->LatestNonGteAncestor()); in LatestNonGteAncestor()
1929 const HloInstruction* HloInstruction::LatestNonGteAncestor() const { in LatestNonGteAncestor() function in xla::HloInstruction