aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/compatibility
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-05 15:54:50 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-05 15:59:38 -0700
commitb98d33daa08781d5b55a3c583f62e5753dc1da51 (patch)
treedd06de34d6c71d1d45bbc14c24364eadc86e4cee /tensorflow/tools/compatibility
parent007443c69511aa001696a53150aa5a4334ffb8b9 (diff)
Mark tf.GraphKeys.VARIABLES as deprecated
PiperOrigin-RevId: 211714574
Diffstat (limited to 'tensorflow/tools/compatibility')
-rw-r--r--tensorflow/tools/compatibility/renames_v2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/tools/compatibility/renames_v2.py b/tensorflow/tools/compatibility/renames_v2.py
index 216aa41b60..29c62763b0 100644
--- a/tensorflow/tools/compatibility/renames_v2.py
+++ b/tensorflow/tools/compatibility/renames_v2.py
@@ -67,6 +67,7 @@ renames = {
'tf.gather_nd': 'tf.manip.gather_nd',
'tf.greater': 'tf.math.greater',
'tf.greater_equal': 'tf.math.greater_equal',
+ 'tf.GraphKeys.VARIABLES': 'tf.GraphKeys.GLOBAL_VARIABLES',
'tf.ifft': 'tf.spectral.ifft',
'tf.igamma': 'tf.math.igamma',
'tf.igammac': 'tf.math.igammac',