Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1251 return OperandElementUse(i) == UseKind::kReuse; in ReusesOperandElements()
1728 UseKind OperandElementUse(int64 i) const;
Dhlo_instruction.cc2896 Plus(old_val, std::min(hlo.OperandElementUse(j), in ComputeInternal()
2927 HloInstruction::UseKind HloInstruction::OperandElementUse(int64 i) const { in OperandElementUse() function in xla::HloInstruction