Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_domain_isolator.cc73 for (HloInstruction* operand : instruction->unique_operands()) { in RunInternal()
Dhlo_domain_remover.cc80 for (HloInstruction* operand : instruction->unique_operands()) { in Run()
Dhlo_domain_map.cc67 for (HloInstruction* operand : instruction->unique_operands()) { in TryProcessEmptyDomain()
Dhlo_memory_scheduler.cc471 absl::flat_hash_set<const HloInstruction*> unique_operands( in DFSMemoryScheduler() local
473 for (const HloInstruction* operand : unique_operands) { in DFSMemoryScheduler()
Dinstruction_fusion.cc319 for (const HloInstruction* op : producer->unique_operands()) { in ComputeGloballyUnfusible()
Dhlo_instruction.h1216 InstructionVector unique_operands() const;
Dhlo_dataflow_analysis.cc174 concat.operand_count() != concat.unique_operands().size()) { in ConcatIsEffectivelyElementwise()
Dhlo_instruction.cc2294 HloInstruction::InstructionVector HloInstruction::unique_operands() const { in unique_operands() function in xla::HloInstruction
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc2129 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()