GB0105

Graph-Break Type

Short name describing what triggered the graph break

Tensor.numpy() with trace_numpy=False

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 trace_numpy configuration was manually disabled.

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry