GB0326

Graph-Break Type

Short name describing what triggered the graph break

torch.map: improper inputs

Context

Values or code snippet captured at the break point

str(sample_shape)

Explanation

Explanation of why the graph break was triggered

torch.map doesn’t support scalar or non-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