Short name describing what triggered the graph break
Tensor.numpy() without NumPy installed
Values or code snippet captured at the break point
call_method {self} numpy
Explanation of why the graph break was triggered
Tensor.numpy()
was called, but the NumPy library is not available in the current environment.
Hints on how to resolve the graph break