Short name describing what triggered the graph break
assume_constant_result argument conversion failed
Values or code snippet captured at the break point
function {name}, variable type {type(x).name}
Explanation of why the graph break was triggered
Cannot convert argument of type {type(x).name} to a Python constant for function {name} marked with torch._dynamo.assume_constant_result. The variable tracker does not support constant conversion.
Hints on how to resolve the graph break