GB0107
Graph-Break Type
Short name describing what triggered the graph break
Tensor.random_ op
Context
Values or code snippet captured at the break point
Tensor.{name}(args={args}, kwargs={kwargs})
Explanation
Explanation of why the graph break was triggered
This is currently not supported.
Hints
Hints on how to resolve the graph break
- Use the out-of-place version of this op
- It may be possible to write Dynamo tracing rules for this code. Please report an issue to PyTorch if you encounter this graph break often and it is causing performance issues.
Click here to add Additional Info
Back to Registry