Home
last modified time | relevance | path

Searched refs:RemoveInstruction (Results 1 – 25 of 36) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dall_reduce_reassociate.cc95 TF_RETURN_IF_ERROR(computation->RemoveInstruction(inst)); in Run()
96 TF_RETURN_IF_ERROR(computation->RemoveInstruction(ar0)); in Run()
98 TF_RETURN_IF_ERROR(computation->RemoveInstruction(ar1)); in Run()
Dhlo_domain_remover.cc85 TF_RETURN_IF_ERROR(computation->RemoveInstruction(operand)); in Run()
94 TF_RETURN_IF_ERROR(computation->RemoveInstruction(root)); in Run()
116 TF_RETURN_IF_ERROR(computation->RemoveInstruction(user)); in RemoveExitDomains()
Dall_reduce_folder.cc206 TF_RETURN_IF_ERROR(computation->RemoveInstruction(ar1)); in Run()
207 TF_RETURN_IF_ERROR(computation->RemoveInstruction(ar0)); in Run()
Dfusion_queue.h55 virtual void RemoveInstruction(HloInstruction* instruction) = 0;
Drng_expander.cc69 TF_RETURN_IF_ERROR(computation->RemoveInstruction(rng)); in ConvertSmallFpRngToF32Rng()
180 TF_RETURN_IF_ERROR(computation->RemoveInstruction(rng)); in ExpandInstruction()
Doptimization_barrier_expander.cc57 TF_RETURN_IF_ERROR(inst->parent()->RemoveInstruction(inst)); in Run()
Dreduce_scatter_decomposer.cc80 TF_RETURN_IF_ERROR(computation->RemoveInstruction(rs)); in Run()
Ddefuser.cc85 fusion_instruction->parent()->RemoveInstruction(fusion_instruction)); in Defuse()
Dhlo_cse.cc97 TF_CHECK_OK(computation->RemoveInstruction(instruction)); in CombineConstants()
290 TF_RETURN_IF_ERROR(computation->RemoveInstruction(b)); in Run()
Dmap_inliner.cc83 TF_RETURN_IF_ERROR(computation_->RemoveInstruction(map)); in HandleMap()
Dconditional_code_motion.cc567 TF_CHECK_OK(cur_branch->RemoveInstruction(old_root)); in ConvertSpecialMove()
583 TF_CHECK_OK(conditional_parent->RemoveInstruction(conditional)); in ConvertSpecialMove()
603 TF_CHECK_OK(conditional_parent->RemoveInstruction(gte_hoist)); in ConvertSpecialMove()
676 TF_RETURN_IF_ERROR(conditional_parent->RemoveInstruction(user_instr)); in MoveInstructionOut()
705 TF_RETURN_IF_ERROR(computation->RemoveInstruction(instr_to_remove)); in MoveInstructionOut()
802 TF_RETURN_IF_ERROR(computation->RemoveInstruction(old_root)); in MoveInstructionIn()
877 TF_RETURN_IF_ERROR(conditional->parent()->RemoveInstruction(op)); in MoveInstructionIn()
Dhlo_computation.cc240 CHECK(RemoveInstruction(old_instruction).ok()); in ReplaceParameter()
334 TF_RETURN_IF_ERROR(RemoveInstruction(item)); in RemoveInstructionAndUnusedOperands()
340 Status HloComputation::RemoveInstruction(HloInstruction* instruction) { in RemoveInstruction() function in xla::HloComputation
728 TF_CHECK_OK(RemoveInstruction(root)); in AppendInstructionsIntoCalledComputation()
733 TF_CHECK_OK(RemoveInstruction(instruction)); in AppendInstructionsIntoCalledComputation()
Dinstruction_fusion.cc467 void RemoveInstruction(HloInstruction* instruction) override { in RemoveInstruction() function in xla::__anonacdf9d610711::ReversePostOrderFusionQueue
655 fusion_queue->RemoveInstruction(operand); in Run()
657 TF_RETURN_IF_ERROR(computation->RemoveInstruction(operand)); in Run()
Dhlo_element_type_converter.cc227 TF_RETURN_IF_ERROR(computation->RemoveInstruction(hlo)); in Run()
Dhlo_domain_test.cc555 TF_EXPECT_OK(module->entry_computation()->RemoveInstruction(gte)); in TEST_F()
556 TF_EXPECT_OK(module->entry_computation()->RemoveInstruction(tuple)); in TEST_F()
Ddot_merger.cc354 TF_RETURN_IF_ERROR(comp->RemoveInstruction(instr)); in MergeDots()
Dwhile_util.cc135 TF_RETURN_IF_ERROR(containing_computation->RemoveInstruction(while_instr)); in MakeInstructionsLiveIn()
Dconditional_simplifier_test.cc276 TF_ASSERT_OK(conditional_1->parent()->RemoveInstruction(conditional_1)); in TEST_F()
Dmulti_output_fusion.cc158 TF_CHECK_OK(computation()->RemoveInstruction(fused)); in Fuse()
Dwhile_loop_concat_code_motion.cc944 TF_RETURN_IF_ERROR(body->RemoveInstruction(slice)); in RewriteLoopWithConcatGroups()
1008 TF_RETURN_IF_ERROR(body->RemoveInstruction(concat)); in RunOnLoop()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_reduce_scatter_creator.cc105 TF_RETURN_IF_ERROR(computation->RemoveInstruction(ds)); in Run()
107 TF_RETURN_IF_ERROR(computation->RemoveInstruction(reshape)); in Run()
Dmulti_output_fusion.cc253 TF_CHECK_OK(computation_->RemoveInstruction(fused)); in FuseSiblings()
325 TF_CHECK_OK(computation_->RemoveInstruction(producer)); in DoMultiOutputFusion()
355 TF_CHECK_OK(computation_->RemoveInstruction(producer)); in DoMultiOutputFusion()
Dfusion_merger.cc200 TF_RETURN_IF_ERROR(computation_->RemoveInstruction(instruction)); in FuseIntoAllUsers()
Dhorizontal_loop_fusion.cc440 TF_RETURN_IF_ERROR(comp->RemoveInstruction(dummy_root)); in CreateFusedComputation()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_control_flow_flattening.cc293 TF_RETURN_IF_ERROR(computation->RemoveInstruction(recv)); in RemoveRecvDone()
332 TF_RETURN_IF_ERROR(computation->RemoveInstruction(send)); in RemoveSendDone()

12