aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/python_api/api_def_GatherNd.pbtxt
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/api_def/python_api/api_def_GatherNd.pbtxt')
-rw-r--r--tensorflow/core/api_def/python_api/api_def_GatherNd.pbtxt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/api_def/python_api/api_def_GatherNd.pbtxt b/tensorflow/core/api_def/python_api/api_def_GatherNd.pbtxt
index 371dc740df..71257c8855 100644
--- a/tensorflow/core/api_def/python_api/api_def_GatherNd.pbtxt
+++ b/tensorflow/core/api_def/python_api/api_def_GatherNd.pbtxt
@@ -5,6 +5,6 @@ op {
}
endpoint {
name: "gather_nd"
- deprecation_message: "tf.gather_nd is deprecated, please use tf.manip.gather_nd instead."
+ deprecated: true
}
}