W3cubDocs

/TensorFlow C++

String Ops

Summary

Classes
tensorflow::ops::AsString

Converts each entry in the given tensor to strings.

tensorflow::ops::DecodeBase64

Decode web-safe base64-encoded strings.

tensorflow::ops::EncodeBase64

Encode strings into web-safe base64 format.

tensorflow::ops::ReduceJoin

Joins a string Tensor across the given dimensions.

tensorflow::ops::RegexReplace

Replaces the match of pattern in input with rewrite.

tensorflow::ops::StringJoin

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

tensorflow::ops::StringSplit

Split elements of input based on delimiter into a SparseTensor.

tensorflow::ops::StringToHashBucket

Converts each string in the input Tensor to its hash mod by a number of buckets.

tensorflow::ops::StringToHashBucketFast

Converts each string in the input Tensor to its hash mod by a number of buckets.

tensorflow::ops::StringToHashBucketStrong

Converts each string in the input Tensor to its hash mod by a number of buckets.

tensorflow::ops::Substr

Return substrings from Tensor of strings.

© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/group/string-ops