Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc3910 static UseKind OperandElementUse(const HloInstruction& instr, in OperandElementUse() function
3979 UseKind hlo_use = OperandElementUse(hlo, operand_num); in ComputeInternal()
4013 return OperandElementUse(*this, i) == UseKind::kReuse; in ReusesOperandElements()