Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h837 using InstructionVector = absl::InlinedVector<HloInstruction*, 2>; variable
838 const InstructionVector& operands() const { return operands_; } in operands()
842 InstructionVector unique_operands() const;
1740 InstructionVector operands_;
Dwhile_util.cc262 const HloInstruction::InstructionVector root_operands = in GetInvariantGTEsForWhileBody()
Dwhile_loop_simplifier.cc519 const HloInstruction::InstructionVector& root_operands = in TryPropagateConstant()
Dhlo_instruction.cc1619 HloInstruction::InstructionVector HloInstruction::unique_operands() const { in unique_operands()
1620 InstructionVector unique; in unique_operands()
Dhlo_instructions.cc1476 HloInstruction::InstructionVector tuple_elements; in CloneAndFuseInternal()