Short name describing what triggered the graph break
Attempted to use nested_tensor
with non-list input
Values or code snippet captured at the break point
tensor_list={tensor_list}
Explanation of why the graph break was triggered
Dynamo does not support this.
Hints on how to resolve the graph break
nested_tensor
with list input.