GB0350

Graph-Break Type

Short name describing what triggered the graph break

torch.cond: unsupported branch return type (constant non-int)

Context

Values or code snippet captured at the break point

str(ret_val)

Explanation

Explanation of why the graph break was triggered

Constants returned from branches must be ints.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry