HomeSort by relevance Sort by last modified time
    Searched defs:ShouldFuse (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_instruction_fusion.cc 72 bool CpuInstructionFusion::ShouldFuse(HloInstruction* consumer,
102 if (!InstructionFusion::ShouldFuse(consumer, operand_index)) {
103 VLOG(2) << "Not fusing: !ShouldFuse(consumer).";
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
instruction_fusion.cc 222 // bitcast, leave it unfused. See `xla::InstructionFusion::ShouldFuse` for
251 !InstructionFusion::ShouldFuse(consumer, operand_index)) {
257 bool GpuInstructionFusion::ShouldFuse(HloInstruction* consumer,

Completed in 204 milliseconds