GB0203

Graph-Break Type

Short name describing what triggered the graph break

non-const keys in dict_keys

Context

Values or code snippet captured at the break point

non-const keys: {[k for k in value if not ConstantVariable.is_literal(k)]}

Explanation

Explanation of why the graph break was triggered

Dynamo expects dict_keys keys to be constants.

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry