Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc463 computation_->FusionInstruction()->name(), ")"); in Header()
562 const HloInstruction* fusion = subcomp->FusionInstruction(); in ShouldShowSubcomputation()
722 const HloInstruction* fusion = instr->parent()->FusionInstruction(); in TryGetFusionParameterConstant()
1211 const HloInstruction* fusion = instr->parent()->FusionInstruction(); in AddInstructionIncomingEdges()
Dhlo_computation.h398 HloInstruction* FusionInstruction() const { return fusion_instruction_; } in FusionInstruction() function
Dhlo_verifier.cc1182 if (fusion != fused_computation->FusionInstruction()) { in CheckFusionInstruction()
Dlayout_assignment_test.cc158 TEST_F(LayoutAssignmentTest, FusionInstruction) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_to_ir_bindings.cc200 c = c->parent()->FusionInstruction(); in BuffersInvariantWithinConsumer()
Dir_emitter_unnested.cc299 unnested_hlo = computation->FusionInstruction(); in GetIndexTypeForKernel()
1178 scatter->IsFused() ? scatter->parent()->FusionInstruction() : scatter; in EmitScatter()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dinteractive_graphviz.cc263 std::cout << " Fusion instruction: " << comp->FusionInstruction()->name() in DoInfoCommand()