A Tensor of type int64.
2-D tensor represents the indices of the sparse tensor.
values
A Tensor. 1-D tensor represents the values of the sparse tensor.
shape
A Tensor of type int64.
1-D. tensor represents the shape of the sparse tensor.
start
A Tensor of type int64.
1-D. tensor represents the start of the slice.
size
A Tensor of type int64.
1-D. tensor represents the size of the slice.
output indices: A list of 1-D tensors represents the indices of the output
sparse tensors.
name
A name for the operation (optional).
Returns
A tuple of Tensor objects (output_indices, output_values, output_shape).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-01-23 UTC."],[],[]]