Home
last modified time | relevance | path

Searched refs:gte_operand (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_analysis.cc53 const HloInstruction* gte_operand) { in GetGTEOperandIndex() argument
55 << gte_operand->ToString() << ")"; in GetGTEOperandIndex()
73 m::GetTupleElement(m::Op().Is(gte_operand), tuple_idx))) { in GetGTEOperandIndex()
Dalgebraic_simplifier.cc102 const HloInstruction* gte_operand = hlo->operand(0); in IsPositive() local
103 switch (gte_operand->opcode()) { in IsPositive()
105 const auto& target = gte_operand->custom_call_target(); in IsPositive()