GB0339

Graph-Break Type

Short name describing what triggered the graph break

torch.while_loop: infinite loop detected

Context

Values or code snippet captured at the break point

str(cond_r)

Explanation

Explanation of why the graph break was triggered

Infinite loop detected because while_loop’s cond_fn always returns the same value {pred}.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry