org.tensorflow.op.ragged
Stay organized with collections
Save and categorize content based on your preferences.
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 2021-11-29 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 2021-11-29 UTC."],[],[],null,["# org.tensorflow.op.ragged\n\n### Classes\n\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|\n| [RaggedBincount](/jvm/api_docs/java/org/tensorflow/op/ragged/RaggedBincount)\\\u003cU extends [TNumber](/jvm/api_docs/java/org/tensorflow/types/family/TNumber)\\\u003e | Counts the number of occurrences of each value in an integer array. |\n| [RaggedBincount.Options](/jvm/api_docs/java/org/tensorflow/op/ragged/RaggedBincount.Options) | Optional attributes for [RaggedBincount](/jvm/api_docs/java/org/tensorflow/op/ragged/RaggedBincount) |\n| [RaggedCountSparseOutput](/jvm/api_docs/java/org/tensorflow/op/ragged/RaggedCountSparseOutput)\\\u003cU extends [TNumber](/jvm/api_docs/java/org/tensorflow/types/family/TNumber)\\\u003e | Performs sparse-output bin counting for a ragged tensor input. |\n| [RaggedCountSparseOutput.Options](/jvm/api_docs/java/org/tensorflow/op/ragged/RaggedCountSparseOutput.Options) | Optional attributes for [RaggedCountSparseOutput](/jvm/api_docs/java/org/tensorflow/op/ragged/RaggedCountSparseOutput) |\n| [RaggedCross](/jvm/api_docs/java/org/tensorflow/op/ragged/RaggedCross)\\\u003cT extends [TType](/jvm/api_docs/java/org/tensorflow/types/family/TType), U extends [TNumber](/jvm/api_docs/java/org/tensorflow/types/family/TNumber)\\\u003e | Generates a feature cross from a list of tensors, and returns it as a RaggedTensor. |\n| [RaggedGather](/jvm/api_docs/java/org/tensorflow/op/ragged/RaggedGather)\\\u003cT extends [TNumber](/jvm/api_docs/java/org/tensorflow/types/family/TNumber), U extends [TType](/jvm/api_docs/java/org/tensorflow/types/family/TType)\\\u003e | Gather ragged slices from \\`params\\` axis \\`0\\` according to \\`indices\\`. |\n| [RaggedRange](/jvm/api_docs/java/org/tensorflow/op/ragged/RaggedRange)\\\u003cU extends [TNumber](/jvm/api_docs/java/org/tensorflow/types/family/TNumber), T extends [TNumber](/jvm/api_docs/java/org/tensorflow/types/family/TNumber)\\\u003e | Returns a \\`RaggedTensor\\` containing the specified sequences of numbers. |\n| [RaggedTensorFromVariant](/jvm/api_docs/java/org/tensorflow/op/ragged/RaggedTensorFromVariant)\\\u003cU extends [TNumber](/jvm/api_docs/java/org/tensorflow/types/family/TNumber), T extends [TType](/jvm/api_docs/java/org/tensorflow/types/family/TType)\\\u003e | Decodes a \\`variant\\` Tensor into a \\`RaggedTensor\\`. |\n| [RaggedTensorToSparse](/jvm/api_docs/java/org/tensorflow/op/ragged/RaggedTensorToSparse)\\\u003cU extends [TType](/jvm/api_docs/java/org/tensorflow/types/family/TType)\\\u003e | Converts a \\`RaggedTensor\\` into a \\`SparseTensor\\` with the same values. |\n| [RaggedTensorToTensor](/jvm/api_docs/java/org/tensorflow/op/ragged/RaggedTensorToTensor)\\\u003cU extends [TType](/jvm/api_docs/java/org/tensorflow/types/family/TType)\\\u003e | Create a dense tensor from a ragged tensor, possibly altering its shape. |\n| [RaggedTensorToVariant](/jvm/api_docs/java/org/tensorflow/op/ragged/RaggedTensorToVariant) | Encodes a \\`RaggedTensor\\` into a \\`variant\\` Tensor. |\n| [RaggedTensorToVariantGradient](/jvm/api_docs/java/org/tensorflow/op/ragged/RaggedTensorToVariantGradient)\\\u003cU extends [TType](/jvm/api_docs/java/org/tensorflow/types/family/TType)\\\u003e | Helper used to compute the gradient for \\`RaggedTensorToVariant\\`. |"]]