GB0300

Graph-Break Type

Short name describing what triggered the graph break

numpy function that produces a const collection type encountered non-const arguments

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

numpy function {self.value} that produces a const collection type (e.g. np.dtype, np.iinfo/np.finfo) received arguments that are not constant.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry