Package | Description |
---|---|
org.tensorflow.op | |
org.tensorflow.op.strings |
Class and Description |
---|
Join
Joins the strings in the given list of string tensors into one tensor;
|
Join.Options
Optional attributes for
Join |
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 |
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 |
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
Converts each string in the input Tensor to the specified numeric type.
|
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 |
Class and Description |
---|
Join
Joins the strings in the given list of string tensors into one tensor;
|
Join.Options
Optional attributes for
Join |
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 |
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
Converts each string in the input Tensor to the specified numeric type.
|
UnicodeDecodeWithOffsets
Decodes each string in `input` into a sequence of Unicode code points.
|
UnicodeDecodeWithOffsets.Options
Optional attributes for
UnicodeDecodeWithOffsets |
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 |
Copyright © 2015–2019. All rights reserved.