aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-10-02 05:18:28 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-02 05:22:46 -0700
commit35f3046a326daea0179d024044636f2fcbb45f4a (patch)
treeb26f5ef9e8342f8b02a694f6c4e50acf6801e8e5 /tensorflow/core/api_def
parentf22037abf5a6f4581f5fb6013f72f91747f22965 (diff)
Export endpoint for the version of the `regex_replace` function that calls StaticRegexReplace.
PiperOrigin-RevId: 215371291
Diffstat (limited to 'tensorflow/core/api_def')
-rw-r--r--tensorflow/core/api_def/python_api/api_def_RegexReplace.pbtxt8
1 files changed, 1 insertions, 7 deletions
diff --git a/tensorflow/core/api_def/python_api/api_def_RegexReplace.pbtxt b/tensorflow/core/api_def/python_api/api_def_RegexReplace.pbtxt
index b17806b338..5020844204 100644
--- a/tensorflow/core/api_def/python_api/api_def_RegexReplace.pbtxt
+++ b/tensorflow/core/api_def/python_api/api_def_RegexReplace.pbtxt
@@ -1,10 +1,4 @@
op {
graph_op_name: "RegexReplace"
- endpoint {
- name: "strings.regex_replace"
- }
- endpoint {
- name: "regex_replace"
- deprecated: true
- }
+ visibility: HIDDEN
}