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

Method IsFused

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

Source from the content-addressed store, hash-verified

2759}
2760
2761bool HloInstruction::IsFused() const { return parent_->IsFusionComputation(); }
2762
2763bool HloInstruction::IsInputFusion() const {
2764 return opcode() == HloOpcode::kFusion && fusion_kind() == FusionKind::kInput;

Callers 9

HeaderMethod · 0.80
ShouldMergeIntoUsersMethod · 0.80
GetInstructionColorMethod · 0.80
InstructionToStringMethod · 0.80
EmitScatterMethod · 0.80

Calls 1

IsFusionComputationMethod · 0.80

Tested by

no test coverage detected