MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / IsOutputFusion

Method IsOutputFusion

tensorflow/compiler/xla/service/hlo_instruction.cc:2771–2773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2769}
2770
2771bool HloInstruction::IsOutputFusion() const {
2772 return opcode() == HloOpcode::kFusion && fusion_kind() == FusionKind::kOutput;
2773}
2774
2775bool HloInstruction::IsCustomFusion() const {
2776 return opcode() == HloOpcode::kFusion && fusion_kind() == FusionKind::kCustom;

Callers 3

HandleFusionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected