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.h1501 return OperandElementUse(i) == UseKind::kReuse; in ReusesOperandElements()
2049 UseKind OperandElementUse(int64 operand_num) const;
Dhlo_instruction.cc3495 FoldUseMandatory(hlo.OperandElementUse(j), in ComputeInternal()
3571 HloInstruction::UseKind HloInstruction::OperandElementUse( in OperandElementUse() function in xla::HloInstruction