Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tensorflow/_api/v2/strings/__init__.py: 100%
28 statements
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-03 07:57 +0000
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-03 07:57 +0000
1# This file is MACHINE GENERATED! Do not edit.
2# Generated by: tensorflow/python/tools/api/generator/create_python_api.py script.
3"""Operations for working with string Tensors.
4"""
6import sys as _sys
8from tensorflow.python.ops.gen_string_ops import as_string
9from tensorflow.python.ops.gen_string_ops import string_lower as lower
10from tensorflow.python.ops.gen_string_ops import string_strip as strip
11from tensorflow.python.ops.gen_string_ops import string_to_hash_bucket_fast as to_hash_bucket_fast
12from tensorflow.python.ops.gen_string_ops import string_to_hash_bucket_strong as to_hash_bucket_strong
13from tensorflow.python.ops.gen_string_ops import string_upper as upper
14from tensorflow.python.ops.gen_string_ops import unicode_script
15from tensorflow.python.ops.gen_string_ops import unicode_transcode
16from tensorflow.python.ops.ragged.ragged_string_ops import ngrams
17from tensorflow.python.ops.ragged.ragged_string_ops import string_bytes_split as bytes_split
18from tensorflow.python.ops.ragged.ragged_string_ops import string_split_v2 as split
19from tensorflow.python.ops.ragged.ragged_string_ops import unicode_decode
20from tensorflow.python.ops.ragged.ragged_string_ops import unicode_decode_with_offsets
21from tensorflow.python.ops.ragged.ragged_string_ops import unicode_encode
22from tensorflow.python.ops.ragged.ragged_string_ops import unicode_split
23from tensorflow.python.ops.ragged.ragged_string_ops import unicode_split_with_offsets
24from tensorflow.python.ops.string_ops import reduce_join_v2 as reduce_join
25from tensorflow.python.ops.string_ops import regex_full_match
26from tensorflow.python.ops.string_ops import regex_replace
27from tensorflow.python.ops.string_ops import string_format as format
28from tensorflow.python.ops.string_ops import string_join as join
29from tensorflow.python.ops.string_ops import string_length_v2 as length
30from tensorflow.python.ops.string_ops import string_to_hash_bucket as to_hash_bucket
31from tensorflow.python.ops.string_ops import string_to_number as to_number
32from tensorflow.python.ops.string_ops import substr_v2 as substr
33from tensorflow.python.ops.string_ops import unsorted_segment_join