Counts the number of times each value occurs in the input.
Args
splits
A Tensor of type int64.
Tensor containing the row splits of the ragged tensor to count.
values
A Tensor. Must be one of the following types: int32, int64.
Tensor containing values of the sparse tensor to count.
weights
A Tensor. Must be one of the following types: int32, int64, float32, float64.
A Tensor of the same shape as indices containing per-index weight values.
May also be the empty tensor if no weights are used.
binary_output
A bool.
Whether to output the number of occurrences of each value or 1.
minlength
An optional int that is >= -1. Defaults to -1.
Minimum value to count. Can be set to -1 for no minimum.
maxlength
An optional int that is >= -1. Defaults to -1.
Maximum value to count. Can be set to -1 for no maximum.
name
A name for the operation (optional).
Returns
A tuple of Tensor objects (output_indices, output_values, output_dense_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."],[],[]]