Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmulti_output_fusion.cc98 if (!LegalToFuse(instruction, user)) { in Run()
298 bool MultiOutputFusion::LegalToFuse(HloInstruction* instr1, in LegalToFuse() function in xla::MultiOutputFusion
410 if (LegalToFuse(instr1, instr2)) { in Perform()
Dmulti_output_fusion.h80 virtual bool LegalToFuse(HloInstruction* instr1, HloInstruction* instr2);
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dmulti_output_fusion.cc53 bool LegalToFuse(HloInstruction* instr1, HloInstruction* instr2) { in LegalToFuse() function
216 !LegalToFuse(*i, *j)) { in FuseSiblings()