Strings
Note: Functions taking Tensor arguments can also take anything accepted by tf.convert_to_tensor.
[TOC]
Hashing
String hashing ops take a string input tensor and map each element to an integer.
tf.string_to_hash_bucket_fasttf.string_to_hash_bucket_strongtf.string_to_hash_bucket
Joining
String joining ops concatenate elements of input string tensors to produce a new string tensor.
tf.reduce_jointf.string_join
Splitting
tf.string_splittf.substr
Conversion
tf.as_stringtf.string_to_numbertf.decode_rawtf.decode_csvtf.encode_base64tf.decode_base64
