Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Ddynamic_update_slice_util.h56 fused_root->mutable_operand(0)->LatestNonGteAncestorAndIndex(); in CanEmitFusedDynamicUpdateSliceInPlace()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1036 std::pair<const HloInstruction*, ShapeIndex> LatestNonGteAncestorAndIndex()
1039 std::pair<HloInstruction*, ShapeIndex> LatestNonGteAncestorAndIndex() { in LatestNonGteAncestorAndIndex() function
1041 const_cast<const HloInstruction*>(this)->LatestNonGteAncestorAndIndex(); in LatestNonGteAncestorAndIndex()
Dhlo_instruction.cc1579 HloInstruction::LatestNonGteAncestorAndIndex() const { in LatestNonGteAncestorAndIndex() function in xla::HloInstruction