Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion.cc72 bool CpuInstructionFusion::ShouldFuse(HloInstruction* consumer, in ShouldFuse() function in xla::cpu::CpuInstructionFusion
102 if (!InstructionFusion::ShouldFuse(consumer, operand_index)) { in ShouldFuse()
Dcpu_instruction_fusion.h32 bool ShouldFuse(HloInstruction* consumer, int64 operand_index) override;
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dinstruction_fusion.cc251 !InstructionFusion::ShouldFuse(consumer, operand_index)) { in ShouldFuseInexpensiveChecks()
257 bool GpuInstructionFusion::ShouldFuse(HloInstruction* consumer, in ShouldFuse() function in xla::gpu::GpuInstructionFusion
Dinstruction_fusion.h45 bool ShouldFuse(HloInstruction* consumer, int64 operand_index) override;
/external/tensorflow/tensorflow/compiler/xla/service/
Dinstruction_fusion.cc218 if (do_not_fuse.count(consumer_operand) > 0 || !ShouldFuse(consumer, i)) { in CanFuseOnAllPaths()
498 ShouldFuse(instruction, i)) { in Run()
610 bool InstructionFusion::ShouldFuse(HloInstruction* consumer, in ShouldFuse() function in xla::InstructionFusion
Dinstruction_fusion.h71 virtual bool ShouldFuse(HloInstruction* consumer, int64 operand_index);