aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/ops.pbtxt
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-18 01:21:25 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-18 01:25:50 -0700
commit1340ed99328939f7a8744249b975b06be10f326b (patch)
treec634acec08f0dff6cd77c3d73f80779d7b42f802 /tensorflow/core/ops/ops.pbtxt
parent115f66386f3662a6f10aceaefb2faf12543826b3 (diff)
Update ops-related pbtxt files.
PiperOrigin-RevId: 209257414
Diffstat (limited to 'tensorflow/core/ops/ops.pbtxt')
-rw-r--r--tensorflow/core/ops/ops.pbtxt26
1 files changed, 26 insertions, 0 deletions
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index f2595279e0..40b3dbe564 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -31820,6 +31820,32 @@ op {
}
}
op {
+ name: "StaticRegexReplace"
+ input_arg {
+ name: "input"
+ type: DT_STRING
+ }
+ output_arg {
+ name: "output"
+ type: DT_STRING
+ }
+ attr {
+ name: "pattern"
+ type: "string"
+ }
+ attr {
+ name: "rewrite"
+ type: "string"
+ }
+ attr {
+ name: "replace_global"
+ type: "bool"
+ default_value {
+ b: true
+ }
+ }
+}
+op {
name: "StatsAggregatorHandle"
output_arg {
name: "handle"