GB0038

Graph-Break Type

Short name describing what triggered the graph break

Dynamic slicing with Tensor arguments

Context

Values or code snippet captured at the break point

SliceVariable start: {start}, stop: {stop}, step: {step}

Explanation

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

Hints on how to resolve the graph break

Additional Information

Back to Registry