aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-26 17:58:24 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-26 18:02:00 -0700
commit3576c25078090c35658ca0512cbd03697d36e06b (patch)
treeb7a17e901c4b4032a42de1df36bafade63814984
parent5f84a0cb372ca6542385ad0a372496c1f56f7ce6 (diff)
Fix backward compatibility test broken by rollback.
PiperOrigin-RevId: 160222187
-rw-r--r--tensorflow/core/ops/compat/ops_history.v1.pbtxt150
1 files changed, 0 insertions, 150 deletions
diff --git a/tensorflow/core/ops/compat/ops_history.v1.pbtxt b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
index 6d2b54915e..cabd91f9ef 100644
--- a/tensorflow/core/ops/compat/ops_history.v1.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
@@ -5377,30 +5377,6 @@ op {
}
}
op {
- name: "Cosh"
- input_arg {
- name: "x"
- type_attr: "T"
- }
- output_arg {
- name: "y"
- type_attr: "T"
- }
- attr {
- name: "T"
- type: "type"
- allowed_values {
- list {
- type: DT_HALF
- type: DT_FLOAT
- type: DT_DOUBLE
- type: DT_COMPLEX64
- type: DT_COMPLEX128
- }
- }
- }
-}
-op {
name: "CountUpTo"
input_arg {
name: "ref"
@@ -22972,30 +22948,6 @@ op {
}
}
op {
- name: "Sinh"
- input_arg {
- name: "x"
- type_attr: "T"
- }
- output_arg {
- name: "y"
- type_attr: "T"
- }
- attr {
- name: "T"
- type: "type"
- allowed_values {
- list {
- type: DT_HALF
- type: DT_FLOAT
- type: DT_DOUBLE
- type: DT_COMPLEX64
- type: DT_COMPLEX128
- }
- }
- }
-}
-op {
name: "Size"
input_arg {
name: "input"
@@ -24837,108 +24789,6 @@ op {
}
}
op {
- name: "SparseReduceMax"
- input_arg {
- name: "input_indices"
- type: DT_INT64
- }
- input_arg {
- name: "input_values"
- type_attr: "T"
- }
- input_arg {
- name: "input_shape"
- type: DT_INT64
- }
- input_arg {
- name: "reduction_axes"
- type: DT_INT32
- }
- output_arg {
- name: "output"
- type_attr: "T"
- }
- attr {
- name: "keep_dims"
- type: "bool"
- default_value {
- b: false
- }
- }
- attr {
- name: "T"
- type: "type"
- allowed_values {
- list {
- type: DT_FLOAT
- type: DT_DOUBLE
- type: DT_INT32
- type: DT_INT64
- type: DT_UINT8
- type: DT_INT16
- type: DT_INT8
- type: DT_UINT16
- type: DT_HALF
- }
- }
- }
-}
-op {
- name: "SparseReduceMaxSparse"
- input_arg {
- name: "input_indices"
- type: DT_INT64
- }
- input_arg {
- name: "input_values"
- type_attr: "T"
- }
- input_arg {
- name: "input_shape"
- type: DT_INT64
- }
- input_arg {
- name: "reduction_axes"
- type: DT_INT32
- }
- output_arg {
- name: "output_indices"
- type: DT_INT64
- }
- output_arg {
- name: "output_values"
- type_attr: "T"
- }
- output_arg {
- name: "output_shape"
- type: DT_INT64
- }
- attr {
- name: "keep_dims"
- type: "bool"
- default_value {
- b: false
- }
- }
- attr {
- name: "T"
- type: "type"
- allowed_values {
- list {
- type: DT_FLOAT
- type: DT_DOUBLE
- type: DT_INT32
- type: DT_INT64
- type: DT_UINT8
- type: DT_INT16
- type: DT_INT8
- type: DT_UINT16
- type: DT_HALF
- }
- }
- }
-}
-op {
name: "SparseReduceSum"
input_arg {
name: "input_indices"