Short name describing what triggered the graph break
Dynamic slicing with Tensor arguments
Values or code snippet captured at the break point
SliceVariable start: {start}, stop: {stop}, step: {step}
Explanation of why the graph break was triggered
Creating slices with Tensor arguments is not supported. e.g. l[:x]
, where x
is a 1-element tensor.
Hints on how to resolve the graph break