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

Method ChooseKind

tensorflow/compiler/xla/service/gpu/instruction_fusion.cc:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111HloInstruction::FusionKind GpuInstructionFusion::ChooseKind(
112 const HloInstruction* producer, const HloInstruction* consumer) {
113 return ChooseFusionKind(*producer, *consumer);
114}
115
116HloInstruction* GpuInstructionFusion::FuseInstruction(
117 HloInstruction* fusion_instruction, HloInstruction* producer) {

Callers

nothing calls this directly

Calls 1

ChooseFusionKindFunction · 0.85

Tested by

no test coverage detected