Input set is a SparseTensor represented by set_indices, set_values,
and set_shape. The last dimension contains values in a set, duplicates are
allowed but ignored.
If validate_indices is True, this op validates the order and range of set
indices. Setting is to False while passing invalid arguments results in
undefined behavior.
Args
set_indices
A Tensor of type int64.
2D Tensor, indices of a SparseTensor.
set_values
A Tensor. Must be one of the following types: int8, int16, int32, int64, uint8, uint16, string.
1D Tensor, values of a SparseTensor.
set_shape
A Tensor of type int64.
1D Tensor, shape of a SparseTensor.
[[["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."],[],[]]