In TorchFX we can replace modules after symbolic trace returning a fx.GraphModule, how can we do that for a compiled module from torch.compile?
In TorchFX we can replace modules after symbolic trace returning a fx.GraphModule, how can we do that for a compiled module from torch.compile?