Short name describing what triggered the graph break
Attempted to access non-callable attribute of TorchScript object
Values or code snippet captured at the break point
value={self.value}, method={name}
Explanation of why the graph break was triggered
Attribute accesses of TorchScript objects to non-callable attributes are not supported.
Hints on how to resolve the graph break