Searched defs:ShouldFuse (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ | ||
D | cpu_instruction_fusion.cc | 72 bool CpuInstructionFusion::ShouldFuse(HloInstruction* consumer, in ShouldFuse() function in xla::cpu::CpuInstructionFusion |
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ | ||
D | instruction_fusion.cc | 257 bool GpuInstructionFusion::ShouldFuse(HloInstruction* consumer, in ShouldFuse() function in xla::gpu::GpuInstructionFusion |
/external/tensorflow/tensorflow/compiler/xla/service/ | ||
D | instruction_fusion.cc | 610 bool InstructionFusion::ShouldFuse(HloInstruction* consumer, in ShouldFuse() function in xla::InstructionFusion |