Searched refs:unique_operands (Results 1 – 9 of 9) sorted by relevance
73 for (HloInstruction* operand : instruction->unique_operands()) { in RunInternal()
80 for (HloInstruction* operand : instruction->unique_operands()) { in Run()
67 for (HloInstruction* operand : instruction->unique_operands()) { in TryProcessEmptyDomain()
471 absl::flat_hash_set<const HloInstruction*> unique_operands( in DFSMemoryScheduler() local473 for (const HloInstruction* operand : unique_operands) { in DFSMemoryScheduler()
319 for (const HloInstruction* op : producer->unique_operands()) { in ComputeGloballyUnfusible()
1216 InstructionVector unique_operands() const;
174 concat.operand_count() != concat.unique_operands().size()) { in ConcatIsEffectivelyElementwise()
2294 HloInstruction::InstructionVector HloInstruction::unique_operands() const { in unique_operands() function in xla::HloInstruction
2129 for (HloInstruction* operand : hlo->unique_operands()) { in Preprocess()2210 for (HloInstruction* operand : hlo->unique_operands()) { in Preprocess()2246 for (HloInstruction* operand : hlo->unique_operands()) { in Postprocess()2267 for (const HloInstruction* operand : hlo->unique_operands()) { in Postprocess()