Home
last modified time | relevance | path

Searched refs:unique_operands (Results 1 – 7 of 7) 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_domain_map.cc65 for (HloInstruction* operand : instruction->unique_operands()) { in TryProcessEmptyDomain()
Dhlo_memory_scheduler.cc464 absl::flat_hash_set<const HloInstruction*> unique_operands( in DFSMemoryScheduler() local
466 for (const HloInstruction* operand : unique_operands) { in DFSMemoryScheduler()
Dinstruction_fusion.cc307 for (const HloInstruction* op : producer->unique_operands()) { in ComputeGloballyUnfusible()
Dhlo_instruction.h1077 InstructionVector unique_operands() const;
Dhlo_instruction.cc1955 HloInstruction::InstructionVector HloInstruction::unique_operands() const { in unique_operands() function in xla::HloInstruction