GB7906

Graph-Break Type

Short name describing what triggered the graph break

Missing len_impl

Context

Values or code snippet captured at the break point

len({type(self).name})

Explanation

Explanation of why the graph break was triggered

Dynamo does not support len() on {type(self).name}. Add len_impl to this VariableTracker subclass.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry