Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc1236 HloFusionInstruction* cloned_fusion = in MergeFusionInstruction() local
1243 auto fused_instructions = cloned_fusion->fused_instructions_computation() in MergeFusionInstruction()
1250 fused_instruction->ReplaceAllUsesWith(cloned_fusion->mutable_operand( in MergeFusionInstruction()
1256 CHECK(unfused_instructions.front() == cloned_fusion->fused_expression_root()); in MergeFusionInstruction()
1264 CHECK_EQ(0, cloned_fusion->user_count()); in MergeFusionInstruction()
1266 cloned_fusion->fused_instructions_computation())); in MergeFusionInstruction()