GB0220

Graph-Break Type

Short name describing what triggered the graph break

Failed to mutate tensor data attribute to different dtype

Context

Values or code snippet captured at the break point

setattr({obj}, {name}, {val})

Explanation

Explanation of why the graph break was triggered

Dyanmo only supports mutating .data of tensor to a new one with the same dtype

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry