Home
last modified time | relevance | path

Searched refs:new_gte (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_util_test.cc168 HloInstruction* new_gte = TupleUtil::AddGetTupleElements({p0, {1, 0}}); in TEST_F() local
170 EXPECT_THAT(new_gte, op::GetTupleElement(existing_gte, 0)); in TEST_F()
Dhlo_instructions.cc1760 HloInstruction* new_gte = in CloneAndAppendInstructionIntoCalledComputation() local
1763 TF_CHECK_OK(old_gte->ReplaceAllUsesWith(new_gte)); in CloneAndAppendInstructionIntoCalledComputation()
1770 HloInstruction* new_gte = in CloneAndAppendInstructionIntoCalledComputation() local
1773 TF_CHECK_OK(instruction_to_append->ReplaceAllUsesWith(new_gte)); in CloneAndAppendInstructionIntoCalledComputation()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_fused_conv_rewriter.cc176 TF_ASSIGN_OR_RETURN(HloInstruction * new_gte, in FuseConvertToFloat()
178 TF_RETURN_IF_ERROR(comp->ReplaceInstruction(instr, new_gte)); in FuseConvertToFloat()