Home
last modified time | relevance | path

Searched refs:LatestNonGteAncestor (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhorizontal_input_fusion.cc81 HloInstruction* predecessor = opnd->LatestNonGteAncestor(); in FindAndSortFusionCandidates()
Dhorizontal_loop_fusion.cc212 auto predecessor = opnd->LatestNonGteAncestor(); in Initialize()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Ddynamic_update_slice_util.cc50 fused_root->operand(0)->LatestNonGteAncestor()->opcode() == in MayBeImplementedAsInPlaceDynamicUpdateSlice()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1268 const HloInstruction* LatestNonGteAncestor() const;
1270 HloInstruction* LatestNonGteAncestor() { in LatestNonGteAncestor() function
1272 const_cast<const HloInstruction*>(this)->LatestNonGteAncestor()); in LatestNonGteAncestor()
Dhlo_instruction.cc1929 const HloInstruction* HloInstruction::LatestNonGteAncestor() const { in LatestNonGteAncestor() function in xla::HloInstruction