GB0340

Graph-Break Type

Short name describing what triggered the graph break

torch.cond: unsupported branch return type

Context

Values or code snippet captured at the break point

str(ret_val)

Explanation

Explanation of why the graph break was triggered

Expected branches to return a possibly nested pytree of tensors or constant ints.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry