Short name describing what triggered the graph break
Non-constant hash return
Values or code snippet captured at the break point
hash_impl {self}
Explanation of why the graph break was triggered
hash returned a non-constant {type(result).name}.
Hints on how to resolve the graph break
torch.compile call, or by using torch.compiler.set_stance("force_eager").