tf.as_string(input, precision=None, scientific=None, shortest=None, width=None, fill=None, name=None) Converts each entry in the
tf.reduce_join(inputs, reduction_indices, keep_dims=None, separator=None, name=None) Joins a string Tensor across the given dimensions
tf.string_join(inputs, separator=None, name=None) Joins the strings in the given list of string tensors into one tensor;
tf.string_to_hash_bucket_fast(input, num_buckets, name=None) Converts each string in the input Tensor to its hash mod by a number
tf.string_to_hash_bucket_strong(input, num_buckets, key, name=None) Converts each string in the input Tensor to its hash mod by
tf.string_split(source, delimiter=' ') Split elements of source based on delimiter into a SparseTensor
tf.decode_base64(input, name=None) Decode web-safe base64-encoded strings. Input may or may not
tf.string_to_hash_bucket(string_tensor, num_buckets, name=None) Converts each string in the input Tensor to its hash mod by a
tf.encode_base64(input, pad=None, name=None) Encode strings into web-safe base64 format. Refer