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

Function IsFusible

tensorflow/compiler/xla/service/gpu/gpu_fusible.cc:218–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218bool IsFusible(const HloInstruction& instr) {
219 return IsInputFusible(instr) || IsLoopFusible(instr);
220}
221
222bool IsProducerConsumerFusible(const HloInstruction& producer,
223 const HloInstruction& consumer) {

Callers 2

RunMethod · 0.85

Calls 2

IsInputFusibleFunction · 0.85
IsLoopFusibleFunction · 0.85

Tested by

no test coverage detected