Home
last modified time | relevance | path

Searched defs:new_producer (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dinstruction_fusion.cc137 HloInstruction* new_producer = in FuseInstruction() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion.cc210 HloInstruction* new_producer = in FuseInstruction() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dfusion_node_indexing_evaluation_test.cc50 HloInstruction* new_producer = in FuseInstruction() local
Dhlo_instruction.cc2632 HloInstruction* new_producer) { in ReplaceUseWith()
2642 HloInstruction* user, HloInstruction* new_producer) { in ReplaceUseWithDifferentShape()
2661 HloInstruction* new_producer) { in ReplaceUseWith()
2671 HloInstruction* user, int operand_number, HloInstruction* new_producer) { in ReplaceUseWithDifferentShape()
2719 HloInstruction* new_producer) { in ReplaceUsesWith()
2727 absl::Span<HloInstruction* const> users, HloInstruction* new_producer) { in ReplaceAllUsesWithDifferentShape()
2739 Status HloInstruction::ReplaceAllUsesWith(HloInstruction* new_producer) { in ReplaceAllUsesWith()
2747 HloInstruction* new_producer) { in ReplaceAllUsesWithDifferentShape()
Dspace_to_batch_converter.cc1408 auto new_producer = old_to_new_instrs_[producer]; in PropagateOnBroadcast() local
1778 auto new_producer = old_to_new_instrs_[producer]; in Propagate() local
2959 HloInstruction* new_producer = old_to_new_instrs_[producer]; in PropagateOnConstant() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc2172 NodeDef* new_producer = AddCopyNode(optimized_consumer_name, consumer); in TrySimplify() local