Short name describing what triggered the graph break
could not find name in object’s mro
Values or code snippet captured at the break point
name={name}, object type={type(self.value)}, mro={type(self.value).mro}
Explanation of why the graph break was triggered
Could not find name {name} in mro {type(self.value).mro}
Hints on how to resolve the graph break
{name} is defined somewhere in {self.value}’s type hierarchy.torch.compile call, or by using torch.compiler.set_stance("force_eager").