aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/ops.pbtxt
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-11 15:17:30 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-11 15:21:47 -0700
commit2cbcc471d6340fac1ceca9b9559f62ec2d71a769 (patch)
tree8e371b1df96c111328af315d550889e59acd79a5 /tensorflow/core/ops/ops.pbtxt
parentd2981e0f61f5da46b2ab90a0779842565db43519 (diff)
Update ops-related pbtxt files.
PiperOrigin-RevId: 208355476
Diffstat (limited to 'tensorflow/core/ops/ops.pbtxt')
-rw-r--r--tensorflow/core/ops/ops.pbtxt35
1 files changed, 35 insertions, 0 deletions
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index 59ba1c5306..1fda569b8e 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -34934,6 +34934,41 @@ op {
}
}
op {
+ name: "UnsafeDiv"
+ input_arg {
+ name: "x"
+ type_attr: "T"
+ }
+ input_arg {
+ name: "y"
+ type_attr: "T"
+ }
+ output_arg {
+ name: "z"
+ type_attr: "T"
+ }
+ attr {
+ name: "T"
+ type: "type"
+ allowed_values {
+ list {
+ type: DT_BFLOAT16
+ type: DT_HALF
+ type: DT_FLOAT
+ type: DT_DOUBLE
+ type: DT_UINT8
+ type: DT_INT8
+ type: DT_UINT16
+ type: DT_INT16
+ type: DT_INT32
+ type: DT_INT64
+ type: DT_COMPLEX64
+ type: DT_COMPLEX128
+ }
+ }
+ }
+}
+op {
name: "UnsortedSegmentMax"
input_arg {
name: "data"