GB0363

Graph-Break Type

Short name describing what triggered the graph break

An opaque object was created in the middle of the program.

Context

Values or code snippet captured at the break point

Opaque object type: {self.value}.

Explanation

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

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry