Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1046 const HloInstruction* LatestNonGteAncestor() const;
1048 HloInstruction* LatestNonGteAncestor() { in LatestNonGteAncestor() function
1050 const_cast<const HloInstruction*>(this)->LatestNonGteAncestor()); in LatestNonGteAncestor()
Dhlo_instruction.cc1593 const HloInstruction* HloInstruction::LatestNonGteAncestor() const { in LatestNonGteAncestor() function in xla::HloInstruction
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_to_ir_bindings.cc77 ->GetUniqueTopLevelSlice(non_io_hlo->LatestNonGteAncestor()) in EmitBasePointersForHlos()