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

Method PreFusion

tensorflow/compiler/xla/service/fusion_queue.h:54–54  ·  view source on GitHub ↗

A callback passed to the queue implementation right before the producer is fused into the consumer.

Source from the content-addressed store, hash-verified

52 // A callback passed to the queue implementation right before the producer is
53 // fused into the consumer.
54 virtual void PreFusion(HloInstruction* producer, HloInstruction* consumer) {}
55
56 // A callback passed to the queue implementation right after the fusion is
57 // created. Note that original_producer could have been destroyed.

Callers 1

RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected