Home
last modified time | relevance | path

Searched defs:old_instruction (Results 1 – 8 of 8) 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()
Dhlo_schedule.h62 void replace_instruction(HloInstruction* old_instruction, in replace_instruction()
158 HloInstruction* old_instruction, in replace_instruction()
Dhlo_computation.cc149 int64 param_no, HloInstruction* old_instruction, in ReplaceEntryComputationParameter()
894 HloInstruction* old_instruction, in ReplaceWithNewInstruction()
901 HloInstruction* old_instruction, in ReplaceWithNewEntryComputationParameter()
907 Status HloComputation::ReplaceInstruction(HloInstruction* old_instruction, in ReplaceInstruction()
Dwhile_loop_invariant_code_motion.cc59 HloInstruction* old_instruction = frame->instruction; in CreateLoopInvariantCopy() local
Ddfs_hlo_visitor_with_default.h296 HloInstruction* old_instruction, in ReplaceWithNewInstruction()
310 Status ReplaceInstruction(HloInstruction* old_instruction, in ReplaceInstruction()
Dwhile_loop_expensive_invariant_code_motion.cc75 HloInstruction* old_instruction = frame->instruction; in CreateLoopInvariantCopy() local
Dalgebraic_simplifier.cc783 HloInstruction* old_instruction, HloInstruction* new_instruction) { in ReplaceInstructionIfSameShape()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_extractor.cc87 for (auto old_instruction : computation->MakeInstructionPostOrder()) { in FinishVisit() local