Module: tfr.utils
Stay organized with collections
Save and categorize content based on your preferences.
Utility functions for ranking library.
Functions
de_noise(...)
: Returns a float Tensor
as the de-noised counts
.
gather_per_row(...)
: Gathers the values from input tensor based on per-row indices.
is_label_valid(...)
: Returns a boolean Tensor
for label validity.
organize_valid_indices(...)
: Organizes indices in such a way that valid items appear first.
padded_nd_indices(...)
: Pads the invalid entries by valid ones and returns the nd_indices.
parse_keys_and_weights(...)
: Parses the encoded key to keys and weights.
ragged_to_dense(...)
: Converts given inputs from ragged tensors to dense tensors.
reshape_first_ndims(...)
: Reshapes the first n dims of the input tensor
to new shape
.
reshape_to_2d(...)
: Converts the given tensor
to a 2-D Tensor
.
shuffle_valid_indices(...)
: Returns a shuffle of indices with valid ones on top.
sort_by_scores(...)
: Sorts list of features according to per-example scores.
sorted_ranks(...)
: Returns an int Tensor
as the ranks (1-based) after sorting scores.
Type Aliases
LossFunction
MetricFunction
TensorLike
TransformationFunction
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-08-18 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2023-08-18 UTC."}
[[["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 2023-08-18 UTC."],[],[]]