Short name describing what triggered the graph break
Unsupported arguments for itertools.accumulate
Values or code snippet captured at the break point
call_function {self} {args} {kwargs}
Explanation of why the graph break was triggered
Dynamo does not know how to trace itertools.accumulate with args: {args} and kwargs: {kwargs}. itertools.accumulate expects an iterable, an optional binary function for accumulation, and an optional initial value to set the starting state.
Hints on how to resolve the graph break