Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc1566 HloComputation* new_fused_computation = nullptr; in CloneWithNewOperandsImpl() local
1568 new_fused_computation = in CloneWithNewOperandsImpl()
1571 if (new_fused_computation == nullptr) { in CloneWithNewOperandsImpl()
1572 new_fused_computation = module->AddEmbeddedComputation( in CloneWithNewOperandsImpl()
1576 shape, fusion_kind(), new_operands, new_fused_computation); in CloneWithNewOperandsImpl()