GB0104

Graph-Break Type

Short name describing what triggered the graph break

Tensor with grad_fn()

Context

Values or code snippet captured at the break point

var_getattr {self} grad_fn

Explanation

Explanation of why the graph break was triggered

Dynamo does not support tracing tensors with a grad_fn directly.

Hints

Hints on how to resolve the graph break

No hints provided.

Additional Information

Back to Registry