CompiledGraphModule¶
- class CompiledGraphModule¶
CompiledGraphModule is a subclass of
GraphModule. It is essentially the output of a successful run oftorch.compile()with some minor modifications made bygraphpatch.
CompiledGraphModule is a subclass of GraphModule. It is essentially the
output of a successful run of torch.compile() with some minor modifications made by
graphpatch.