Short name describing what triggered the graph break
torch.map: improper inputs
Values or code snippet captured at the break point
str(sample_shape)
Explanation of why the graph break was triggered
torch.map doesn’t support scalar or non-zero sized tensors during tracing.
Hints on how to resolve the graph break