Searched refs:OperandElementUse (Results 1 – 2 of 2) sorted by relevance
1251 return OperandElementUse(i) == UseKind::kReuse; in ReusesOperandElements()1728 UseKind OperandElementUse(int64 i) const;
2896 Plus(old_val, std::min(hlo.OperandElementUse(j), in ComputeInternal()2927 HloInstruction::UseKind HloInstruction::OperandElementUse(int64 i) const { in OperandElementUse() function in xla::HloInstruction