aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/python_api/api_def_GreaterEqual.pbtxt
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-10-08 17:14:47 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-08 17:20:31 -0700
commit49643265c3f1f279a93bd8bc3a126e11e979bc44 (patch)
tree4624d45bef9092783fab9b2cca2d5b541065091a /tensorflow/core/api_def/python_api/api_def_GreaterEqual.pbtxt
parent8815f34385eb28f1cfcb53bebd526c11573f3027 (diff)
Remove deprecations for some of the endpoints in ApiDef files. These changes
are made according to https://github.com/tensorflow/community/pull/16. I am keeping a few symbols deprecated not mentioned in the doc: tf.diag - it seems best to keep it next to tf.linalg.diag, so that the two are easy to compare and decide which one to use. The plan is to rename tf.diag to tf.tensor_diag. tf.is_nan - similar to tf.is_inf, tf.is_finite, tf.is_numeric_tensor which are all getting deprecated and replaced by symbols in tf.debugging. tf.string_to_number - other string endpoints in root namespace are getting deprecated: for e.g. tf.substr, tf.string_join. tf.dequantize - all quantization ops should be under tf.quantize. I probably missed this one. tf.check_numerics - similar to other debugging ops that are getting moved to tf.debugging. tf.squared_difference - moved to tf.math namespace and not as popular as some other math ops such as tf.add to justify keeping endpoint in root. tf.decode_raw - similar to other ops such as tf.decode_csv that are getting moved to tf.io.decode_csv. PiperOrigin-RevId: 216278010
Diffstat (limited to 'tensorflow/core/api_def/python_api/api_def_GreaterEqual.pbtxt')
-rw-r--r--tensorflow/core/api_def/python_api/api_def_GreaterEqual.pbtxt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/core/api_def/python_api/api_def_GreaterEqual.pbtxt b/tensorflow/core/api_def/python_api/api_def_GreaterEqual.pbtxt
index 9c8975c2a9..21bbb1b094 100644
--- a/tensorflow/core/api_def/python_api/api_def_GreaterEqual.pbtxt
+++ b/tensorflow/core/api_def/python_api/api_def_GreaterEqual.pbtxt
@@ -5,6 +5,5 @@ op {
}
endpoint {
name: "greater_equal"
- deprecated: true
}
}