Returns a RaggedTensor result composed from rtDenseValues and rtNestedSplits, such that result[i] = [starts[i], starts[i] + deltas[i], ..., limits[i]]).
A map with the following properties: - rtNestedSplits: A Tensor of type 'int32'. - rtDenseValues: A Tensor. Has the same type as starts.
Generated using TypeDoc
Returns a RaggedTensor result composed from rtDenseValues and rtNestedSplits, such that result[i] = [starts[i], starts[i] + deltas[i], ..., limits[i]]).