GB0294

Graph-Break Type

Short name describing what triggered the graph break

attempted to trace numpy function unsupported by PyTorch

Context

Values or code snippet captured at the break point

numpy function: {self.value}, args: {args}, kwargs: {kwargs} (corresponding torch function: {func})

Explanation

Explanation of why the graph break was triggered

Can’t find numpy numpy function {self.value} in torch._numpy.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry