Home
last modified time | relevance | path

Searched refs:unique_operands (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_domain_isolator.cc38 for (HloInstruction* operand : instruction->unique_operands()) { in RunInternal()
Dhlo_domain_remover.cc78 for (HloInstruction* operand : instruction->unique_operands()) { in Run()
Dhlo_memory_scheduler.cc446 absl::flat_hash_set<const HloInstruction*> unique_operands( in DFSMemoryScheduler() local
448 for (const HloInstruction* operand : unique_operands) { in DFSMemoryScheduler()
Dhlo_domain_map.cc65 for (HloInstruction* operand : instruction->unique_operands()) { in TryProcessEmptyDomain()
Dhlo_instruction.h842 InstructionVector unique_operands() const;
Dhlo_instruction.cc1619 HloInstruction::InstructionVector HloInstruction::unique_operands() const { in unique_operands() function in xla::HloInstruction