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

Method IsLoopFusion

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

Source from the content-addressed store, hash-verified

2765}
2766
2767bool HloInstruction::IsLoopFusion() const {
2768 return opcode() == HloOpcode::kFusion && fusion_kind() == FusionKind::kLoop;
2769}
2770
2771bool HloInstruction::IsOutputFusion() const {
2772 return opcode() == HloOpcode::kFusion && fusion_kind() == FusionKind::kOutput;

Callers 13

TEST_FFunction · 0.80
HandleFusionMethod · 0.80
IsFusibleCandidateFunction · 0.80
LegalToFuseFunction · 0.80
ShouldFuseMethod · 0.80
HandleFusionMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64