Short name describing what triggered the graph break
numpy function that produces a const collection type encountered non-const arguments
Values or code snippet captured at the break point
numpy function: {self.value}, args: {args}, kwargs: {kwargs} (corresponding torch function: {func})
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 on how to resolve the graph break
torch.compile call, or by using torch.compiler.set_stance("force_eager").