Short name describing what triggered the graph break
Unsupported Tensor.sparse_resize_and_clear_() call
Values or code snippet captured at the break point
call_method {self} sparse_resize_and_clear_ {args} {kwargs}
Explanation of why the graph break was triggered
Dynamo currently does not support tracing Tensor.sparse_resize_and_clear_()
.
Hints on how to resolve the graph break
No hints provided.