Short name describing what triggered the graph break
Can’t convert torch._check*() message closure
Values or code snippet captured at the break point
str(message_vt)
Explanation of why the graph break was triggered
The message argument of torch._check*() must be a function whose closure variables are Python constants.
Hints on how to resolve the graph break
x in lambda: f'{x} failed check'