aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/ops.pbtxt
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-20 16:48:33 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-20 16:48:43 -0700
commita0e76ce73c5f095fc61e06c19ff8e653cfd2965c (patch)
tree8e7e0fc94ec26a5fda36bab719cffe1750462cb0 /tensorflow/core/ops/ops.pbtxt
parent4a368dbc3b2ef9c4147b415d261594d685eb8b3e (diff)
parentc69459761bfc131f93eb167d57d7713a251f5e09 (diff)
Merge pull request #21621 from facaiy:CLN/add_div_no_nan_op
PiperOrigin-RevId: 209508149
Diffstat (limited to 'tensorflow/core/ops/ops.pbtxt')
-rw-r--r--tensorflow/core/ops/ops.pbtxt35
1 files changed, 0 insertions, 35 deletions
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index 40b3dbe564..359bfa904f 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -34986,41 +34986,6 @@ 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"