org.tensorflow.op.strings

Classes

Join Joins the strings in the given list of string tensors into one tensor;

with the given separator (default is an empty separator). 

Join.Options Optional attributes for Join  
Lower Converts all uppercase characters into their respective lowercase replacements. 
Lower.Options Optional attributes for Lower  
ReduceJoin Joins a string Tensor across the given dimensions. 
ReduceJoin.Options Optional attributes for ReduceJoin  
RegexFullMatch Check if the input matches the regex pattern. 
RegexReplace Replaces matches of the `pattern` regular expression in `input` with the replacement string provided in `rewrite`. 
RegexReplace.Options Optional attributes for RegexReplace  
StaticRegexFullMatch Check if the input matches the regex pattern. 
StaticRegexReplace Replaces the match of pattern in input with rewrite. 
StaticRegexReplace.Options Optional attributes for StaticRegexReplace  
StringFormat Formats a string template using a list of tensors. 
StringFormat.Options Optional attributes for StringFormat  
StringLength String lengths of `input`. 
StringLength.Options Optional attributes for StringLength  
StringNGrams<T extends TNumber> Creates ngrams from ragged string data. 
StringSplit Split elements of `source` based on `sep` into a `SparseTensor`. 
StringSplit.Options Optional attributes for StringSplit  
Strip Strip leading and trailing whitespaces from the Tensor. 
Substr Return substrings from `Tensor` of strings. 
Substr.Options Optional attributes for Substr  
ToHashBucket Converts each string in the input Tensor to its hash mod by a number of buckets. 
ToHashBucketFast Converts each string in the input Tensor to its hash mod by a number of buckets. 
ToHashBucketStrong Converts each string in the input Tensor to its hash mod by a number of buckets. 
ToNumber<T extends TNumber> Converts each string in the input Tensor to the specified numeric type. 
UnicodeDecode<T extends TNumber> Decodes each string in `input` into a sequence of Unicode code points. 
UnicodeDecode.Options Optional attributes for UnicodeDecode  
UnicodeDecodeWithOffsets<T extends TNumber> Decodes each string in `input` into a sequence of Unicode code points. 
UnicodeDecodeWithOffsets.Options Optional attributes for UnicodeDecodeWithOffsets  
UnicodeEncode Encode a tensor of ints into unicode strings. 
UnicodeEncode.Options Optional attributes for UnicodeEncode  
UnicodeScript Determine the script codes of a given tensor of Unicode integer code points. 
UnicodeTranscode Transcode the input text from a source encoding to a destination encoding. 
UnicodeTranscode.Options Optional attributes for UnicodeTranscode  
UnsortedSegmentJoin Joins the elements of `inputs` based on `segment_ids`. 
UnsortedSegmentJoin.Options Optional attributes for UnsortedSegmentJoin  
Upper Converts all lowercase characters into their respective uppercase replacements. 
Upper.Options Optional attributes for Upper