Short name describing what triggered the graph break
leaf_function: nn.Module argument without source
Values or code snippet captured at the break point
module type: {type(arg.value).name}
Explanation of why the graph break was triggered
leaf_function received an nn.Module argument that cannot be traced back to its origin. This typically happens when the module is created dynamically inside the compiled region.
Hints on how to resolve the graph break