23 lines
859 B
Python
23 lines
859 B
Python
|
# This file is MACHINE GENERATED! Do not edit.
|
||
|
# Generated by: tensorflow/python/tools/api/generator/create_python_api.py script.
|
||
|
"""Operations for working with string Tensors.
|
||
|
|
||
|
See the @{$python/string_ops} guide.
|
||
|
|
||
|
"""
|
||
|
|
||
|
from __future__ import print_function
|
||
|
|
||
|
from tensorflow.python import regex_full_match
|
||
|
from tensorflow.python import regex_replace
|
||
|
from tensorflow.python import string_join as join
|
||
|
from tensorflow.python import string_split_v2 as split
|
||
|
from tensorflow.python import string_strip as strip
|
||
|
from tensorflow.python import string_to_hash_bucket as to_hash_bucket
|
||
|
from tensorflow.python import string_to_hash_bucket_fast as to_hash_bucket_fast
|
||
|
from tensorflow.python import string_to_hash_bucket_strong as to_hash_bucket_strong
|
||
|
from tensorflow.python import string_to_number as to_number
|
||
|
from tensorflow.python import substr
|
||
|
|
||
|
del print_function
|