Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_clone_context.h44 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()
Dwhile_loop_invariant_code_motion.cc59 HloInstruction* old_instruction = frame->instruction; in CreateLoopInvariantCopy() local
Dbatchnorm_expander.cc140 HloInstruction* old_instruction, in ReplaceWithNewInstruction()
151 Status ReplaceInstruction(HloInstruction* old_instruction, in ReplaceInstruction()
Dhlo_computation.cc756 HloInstruction* old_instruction, in ReplaceWithNewInstruction()
762 Status HloComputation::ReplaceInstruction(HloInstruction* old_instruction, in ReplaceInstruction()
Dalgebraic_simplifier.cc367 HloInstruction* old_instruction, in ReplaceWithNewInstruction()
381 Status ReplaceInstruction(HloInstruction* old_instruction, in ReplaceInstruction()
480 HloInstruction* old_instruction, HloInstruction* new_instruction) { in ReplaceInstructionIfSameShape()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_extractor.cc86 for (auto old_instruction : computation->MakeInstructionPostOrder()) { in FinishVisit() local