Short name describing what triggered the graph break
FakeScriptObject missing method implementation
Values or code snippet captured at the break point
value={self.value}, method={name}
Explanation of why the graph break was triggered
TorchScript object {self.value} doesn’t define the method {name}.
Hints on how to resolve the graph break
torch.compile call, or by using torch.compiler.set_stance("force_eager").