Short name describing what triggered the graph break
torch.associative_scan: zero-sized tensor
Values or code snippet captured at the break point
str(xs_vars[0])
Explanation of why the graph break was triggered
associative_scan() operator doesn’t support zero-sized tensors during tracing.
Hints on how to resolve the graph break