Short name describing what triggered the graph break
backward() with empty inputs
Values or code snippet captured at the break point
backward(inputs=[…]) resulted in no valid leaf tensors
Explanation of why the graph break was triggered
backward(inputs=[…]) requires at least one valid leaf tensor.
Hints on how to resolve the graph break