Home
last modified time | relevance | path

Searched refs:new_tuple (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_domain_test.cc404 HloInstruction* new_tuple = infeed_data->parent()->AddInstruction( in TEST_F() local
407 TF_EXPECT_OK(infeed_data->ReplaceUseWith(user, new_tuple)); in TEST_F()
429 EXPECT_TRUE(new_tuple->has_sharding()); in TEST_F()
431 new_tuple->sharding(), in TEST_F()
432 HloSharding::Tuple(new_tuple->shape(), {HloSharding::AssignDevice(1), in TEST_F()
Dconditional_simplifier.cc275 HloInstruction* new_tuple = conditional->parent()->AddInstruction( in TryRemoveUnusedConditionalOperands() local
278 conditional->ReplaceOperandWithDifferentShape(branch + 1, new_tuple)); in TryRemoveUnusedConditionalOperands()
Dconditional_code_motion.cc367 HloInstruction* new_tuple = in RestructureConditionalInstruction() local
370 computation->set_root_instruction(new_tuple); in RestructureConditionalInstruction()
383 conditional->ReplaceUseWith(new_tuple_user, new_tuple)); in RestructureConditionalInstruction()
Dwhile_loop_simplifier.cc199 HloInstruction* new_tuple = in RemoveDeadTupleIndices() local
201 TF_RETURN_IF_ERROR(computation->ReplaceInstruction(while_op, new_tuple)); in RemoveDeadTupleIndices()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_padding_legalization.cc389 HloInstruction* new_tuple = computation->AddInstruction( in CanonicalizeBackwardInputConvolution() local
394 << new_tuple->ToString(); in CanonicalizeBackwardInputConvolution()
396 TF_CHECK_OK(computation->ReplaceInstruction(backward_conv, new_tuple)); in CanonicalizeBackwardInputConvolution()
Dgpu_conv_algorithm_picker.cc808 HloInstruction* new_tuple = in RunOnInstruction() local
815 TF_RETURN_IF_ERROR(instr->parent()->ReplaceInstruction(instr, new_tuple)); in RunOnInstruction()