Searched defs:old_instruction (Results 1 – 6 of 6) sorted by relevance
44 void MapInstruction(const HloInstruction* old_instruction, in MapInstruction()56 HloInstruction* FindInstruction(const HloInstruction* old_instruction) const { in FindInstruction()67 HloInstruction* GetInstruction(const HloInstruction* old_instruction) const { in GetInstruction()
59 HloInstruction* old_instruction = frame->instruction; in CreateLoopInvariantCopy() local
140 HloInstruction* old_instruction, in ReplaceWithNewInstruction()151 Status ReplaceInstruction(HloInstruction* old_instruction, in ReplaceInstruction()
756 HloInstruction* old_instruction, in ReplaceWithNewInstruction()762 Status HloComputation::ReplaceInstruction(HloInstruction* old_instruction, in ReplaceInstruction()
367 HloInstruction* old_instruction, in ReplaceWithNewInstruction()381 Status ReplaceInstruction(HloInstruction* old_instruction, in ReplaceInstruction()480 HloInstruction* old_instruction, HloInstruction* new_instruction) { in ReplaceInstructionIfSameShape()
86 for (auto old_instruction : computation->MakeInstructionPostOrder()) { in FinishVisit() local