org.tensorflow.op.ragged

Classes

RaggedBincount<U extends TNumber> Counts the number of occurrences of each value in an integer array. 
RaggedBincount.Options Optional attributes for RaggedBincount  
RaggedCountSparseOutput<U extends TNumber> Performs sparse-output bin counting for a ragged tensor input. 
RaggedCountSparseOutput.Options Optional attributes for RaggedCountSparseOutput  
RaggedCross<T extends TType, U extends TNumber> Generates a feature cross from a list of tensors, and returns it as a RaggedTensor. 
RaggedGather<T extends TNumber, U extends TType> Gather ragged slices from `params` axis `0` according to `indices`. 
RaggedRange<U extends TNumber, T extends TNumber> Returns a `RaggedTensor` containing the specified sequences of numbers. 
RaggedTensorFromVariant<U extends TNumber, T extends TType> Decodes a `variant` Tensor into a `RaggedTensor`. 
RaggedTensorToSparse<U extends TType> Converts a `RaggedTensor` into a `SparseTensor` with the same values. 
RaggedTensorToTensor<U extends TType> Create a dense tensor from a ragged tensor, possibly altering its shape. 
RaggedTensorToVariant Encodes a `RaggedTensor` into a `variant` Tensor. 
RaggedTensorToVariantGradient<U extends TType> Helper used to compute the gradient for `RaggedTensorToVariant`.