GB1724

Graph-Break Type

Short name describing what triggered the graph break

autograd.grad with non-constant dict key

Context

Values or code snippet captured at the break point

non-constant key in {arg_name}

Explanation

Explanation of why the graph break was triggered

autograd.grad/backward dict inputs must have constant keys.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry