GB7151

Graph-Break Type

Short name describing what triggered the graph break

generator function over a skipped function

Context

Values or code snippet captured at the break point

str(self.vt)

Explanation

Explanation of why the graph break was triggered

Cannot trace a generator whose underlying function is skipped by Dynamo (e.g. defined in a skip-listed module), since its body cannot be symbolically traced.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry