Short name describing what triggered the graph break
Encountered aliasing during higher order op tracing
Values or code snippet captured at the break point
context
Explanation of why the graph break was triggered
Higher order ops do not support aliasing. Found in {source_target.name()}
Hints on how to resolve the graph break
return input
with return input.clone()
to avoid aliasing.