Home
last modified time | relevance | path

Searched refs:ReplaceOperandWith (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dmultioutput_fusion_test.cc103 TF_CHECK_OK(dot->ReplaceOperandWith(0, gte0)); in RunTest2D()
104 TF_CHECK_OK(dot->ReplaceOperandWith(1, gte1)); in RunTest2D()
167 TF_CHECK_OK(sub->ReplaceOperandWith(0, gte0)); in RunTest1D()
168 TF_CHECK_OK(reshape->ReplaceOperandWith(0, gte1)); in RunTest1D()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_dce.cc80 while_body_root->ReplaceOperandWith(i, pass_thru_gte)); in RunWhileDCE()
Dwhile_loop_constant_sinking.cc41 TF_RETURN_IF_ERROR(user->ReplaceOperandWith(i, new_instr)); in ReplaceUsesWhileKeepingLoopInvariance()
Ddynamic_padder.cc175 TF_RETURN_IF_ERROR(inst->ReplaceOperandWith(operand_num, padded)); in Run()
Dbfloat16_conversion_folding.cc85 hlo->ReplaceOperandWith(operand_index, operand->mutable_operand(0))); in FoldOperandConversion()
Dreduce_precision_insertion.cc154 TF_RETURN_IF_ERROR(instruction->ReplaceOperandWith(i, reduced)); in insert_on_inputs()
Dbfloat16_normalization.cc115 TF_RETURN_IF_ERROR(hlo->ReplaceOperandWith(operand_idx, convert)); in InsertConvertBeforeOperand()
Dlayout_assignment.cc852 return instruction->ReplaceOperandWith(operand_no, operand_copy); in CopyOperandIfLayoutsDiffer()
1851 TF_RETURN_IF_ERROR(instruction->ReplaceOperandWith(0, copy)); in ConstrainChannelLayouts()
1877 TF_RETURN_IF_ERROR(instruction->ReplaceOperandWith(0, copy)); in ConstrainChannelLayouts()
2136 TF_RETURN_IF_ERROR(instruction->ReplaceOperandWith(operand_number, copy)); in AddCopyForOperand()
Dhlo_verifier_test.cc122 TF_ASSERT_OK(negate->ReplaceOperandWith(0, emb_param)); in TEST_F()
Dhlo_domain_test.cc640 TF_EXPECT_OK(tuple0->ReplaceOperandWith(1, copy0)); in TEST_F()
Dhlo_module.cc442 outlined_instruction->ReplaceOperandWith(operand_num, *operand_slot)); in OutlineExpressionFromComputation()
Dhlo_instruction.h975 Status ReplaceOperandWith(int64 operand_num, HloInstruction* new_operand);
Dhlo_instructions.cc1303 TF_CHECK_OK(unfused_instruction->ReplaceOperandWith(index, new_operand)); in MergeFusionInstructionIntoMultiOutput()
1468 TF_CHECK_OK(clone->ReplaceOperandWith(operand_num, fused_param)); in CloneAndFuseInternal()
Dhlo_instruction.cc1917 Status HloInstruction::ReplaceOperandWith(int64 operand_num, in ReplaceOperandWith() function in xla::HloInstruction
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_conv_rewriter.cc451 TF_CHECK_OK(conv->ReplaceOperandWith(/*operand_no=*/1, reverse_filter)); in MatchBackwardInput()