Searched defs:new_producer (Results 1 – 2 of 2) sorted by relevance
1890 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()
1976 NodeDef* new_producer = AddCopyNode(optimized_consumer_name, consumer); in TrySimplify() local