Short name describing what triggered the graph break
wrap_jit_function: missing _torchdynamo_inline
Values or code snippet captured at the break point
type: {type(value).name}
Explanation of why the graph break was triggered
Dynamo expected a JIT function with a _torchdynamo_inline attribute, but the object does not have one.
Hints on how to resolve the graph break