GB0106

Graph-Break Type

Short name describing what triggered the graph break

Tensor.numpy() without NumPy installed

Context

Values or code snippet captured at the break point

call_method {self} numpy

Explanation

Explanation of why the graph break was triggered

Tensor.numpy() was called, but the NumPy library is not available in the current environment.

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry