Short name describing what triggered the graph break
An opaque object was created in the middle of the program.
Values or code snippet captured at the break point
Opaque object type: {self.value}.
Explanation of why the graph break was triggered
Opaque objects cannot be created inside the torch.compile region. They must be created before entering the compiled function.
Hints on how to resolve the graph break