Searched defs:old_instruction (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_clone_context.h | 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()
|
D | hlo_schedule.h | 62 void replace_instruction(HloInstruction* old_instruction, in replace_instruction() 158 HloInstruction* old_instruction, in replace_instruction()
|
D | hlo_computation.cc | 149 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()
|
D | while_loop_invariant_code_motion.cc | 59 HloInstruction* old_instruction = frame->instruction; in CreateLoopInvariantCopy() local
|
D | dfs_hlo_visitor_with_default.h | 296 HloInstruction* old_instruction, in ReplaceWithNewInstruction() 310 Status ReplaceInstruction(HloInstruction* old_instruction, in ReplaceInstruction()
|
D | while_loop_expensive_invariant_code_motion.cc | 75 HloInstruction* old_instruction = frame->instruction; in CreateLoopInvariantCopy() local
|
D | algebraic_simplifier.cc | 783 HloInstruction* old_instruction, HloInstruction* new_instruction) { in ReplaceInstructionIfSameShape()
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | hlo_extractor.cc | 87 for (auto old_instruction : computation->MakeInstructionPostOrder()) { in FinishVisit() local
|