GB0317

Graph-Break Type

Short name describing what triggered the graph break

torch.associative_scan: zero-sized tensor

Context

Values or code snippet captured at the break point

str(xs_vars[0])

Explanation

Explanation of why the graph break was triggered

associative_scan() operator doesn’t support zero-sized tensors during tracing.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry