Home
last modified time | relevance | path

Searched refs:regex_full_match (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dregex_full_match_op_test.py32 (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/
Dapi_def_RegexFullMatch.pbtxt32 >>> 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/
Dstring_ops.py50 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/
Dtensorflow.strings.pbtxt36 name: "regex_full_match"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.strings.pbtxt36 name: "regex_full_match"
/external/tensorflow/tensorflow/python/training/saving/
Dfunctional_saver.py251 string_ops.regex_full_match(file_prefix, "^s3://.*"),
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_tensor_supported_values_test.py257 {'op': string_ops.regex_full_match,
Dragged_dispatch_test.py122 {'op': string_ops.regex_full_match,
Dragged_dispatch.py345 string_ops.regex_full_match,
/external/tensorflow/tensorflow/python/training/
Dsaver.py256 string_ops.regex_full_match(checkpoint_prefix, "^s3://.*"),
/external/tensorflow/
DRELEASE.md3058 …* [`tf.strings.regex_full_match`](https://www.tensorflow.org/versions/r1.9/api_docs/python/tf/stri…