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 | 160 int64_t param_no, HloInstruction* old_instruction, in ReplaceEntryComputationParameter() 915 HloInstruction* old_instruction, in ReplaceWithNewInstruction() 922 HloInstruction* old_instruction, in ReplaceWithNewEntryComputationParameter() 928 Status HloComputation::ReplaceInstruction(HloInstruction* old_instruction, in ReplaceInstruction()
|
| D | dfs_hlo_visitor_with_default.h | 311 HloInstruction* old_instruction, in ReplaceWithNewInstruction() 325 Status ReplaceInstruction(HloInstruction* old_instruction, in ReplaceInstruction()
|
| D | while_loop_invariant_code_motion.cc | 61 HloInstruction* old_instruction = frame->instruction; in CreateLoopInvariantCopy() local
|
| D | while_loop_expensive_invariant_code_motion.cc | 76 HloInstruction* old_instruction = frame->instruction; in CreateLoopInvariantCopy() local
|
| D | algebraic_simplifier.cc | 809 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
|