Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc1890 HloInstruction* new_producer) { in ReplaceUseWith()
1900 HloInstruction* user, HloInstruction* new_producer) { in ReplaceUseWithDifferentShape()
1948 Status HloInstruction::ReplaceAllUsesWith(HloInstruction* new_producer) { in ReplaceAllUsesWith()
1956 HloInstruction* new_producer) { in ReplaceAllUsesWithDifferentShape()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc1976 NodeDef* new_producer = AddCopyNode(optimized_consumer_name, consumer); in TrySimplify() local