NodeEvent#
- class torch.fx.passes.splitter_base.NodeEvent(source, desc, dep=None)[source]#
An event in graph split that happened on a node. source: Subject of the event desc: readable description dep: Optional dependency, usually the node that caused the event.
Warning
This API is experimental and is NOT backward-compatible.