Searched refs:regex_full_match (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | regex_full_match_op_test.py | 32 (gen_string_ops.regex_full_match), 78 op = string_ops.regex_full_match(input_tensor, pattern) 82 op_tensor = string_ops.regex_full_match(input_tensor, pattern_tensor) 90 op = string_ops.regex_full_match(input_tensor, pattern) 94 op_vec = string_ops.regex_full_match(input_tensor, pattern_tensor)
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_RegexFullMatch.pbtxt | 32 >>> tf.strings.regex_full_match(["TF lib", "lib TF"], ".*lib$") 34 >>> tf.strings.regex_full_match(["TF lib", "lib TF"], ".*TF$")
|
/external/tensorflow/tensorflow/python/ops/ |
D | string_ops.py | 50 def regex_full_match(input, pattern, name=None): function 68 return gen_string_ops.regex_full_match( 71 regex_full_match.__doc__ = gen_string_ops.regex_full_match.__doc__
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.strings.pbtxt | 36 name: "regex_full_match"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.strings.pbtxt | 36 name: "regex_full_match"
|
/external/tensorflow/tensorflow/python/training/saving/ |
D | functional_saver.py | 251 string_ops.regex_full_match(file_prefix, "^s3://.*"),
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_tensor_supported_values_test.py | 257 {'op': string_ops.regex_full_match,
|
D | ragged_dispatch_test.py | 122 {'op': string_ops.regex_full_match,
|
D | ragged_dispatch.py | 345 string_ops.regex_full_match,
|
/external/tensorflow/tensorflow/python/training/ |
D | saver.py | 256 string_ops.regex_full_match(checkpoint_prefix, "^s3://.*"),
|
/external/tensorflow/ |
D | RELEASE.md | 3058 …* [`tf.strings.regex_full_match`](https://www.tensorflow.org/versions/r1.9/api_docs/python/tf/stri…
|