aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/framework.md
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-12-08 20:22:11 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-12-08 20:45:00 -0800
commit4a29f9f6a0fe185591c8d7255d330eb4361e60cf (patch)
tree7395785f7d4e59f6270b3ce56dcd010d34dcab54 /tensorflow/g3doc/api_docs/python/framework.md
parent2709e16b98d429b94e0f4598e1f59941a3210642 (diff)
Update generated Python Op docs.
Change: 141516835
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/framework.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/framework.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/tensorflow/g3doc/api_docs/python/framework.md b/tensorflow/g3doc/api_docs/python/framework.md
index 91e15c1028..7aae9ea276 100644
--- a/tensorflow/g3doc/api_docs/python/framework.md
+++ b/tensorflow/g3doc/api_docs/python/framework.md
@@ -2835,17 +2835,6 @@ The following standard keys are defined:
* `WEIGHTS`: weights inside neural network layers
* `BIASES`: biases inside neural network layers
* `ACTIVATIONS`: activations of neural network layers
-- - -
-
-#### `tf.GraphKeys.VARIABLES` {#GraphKeys.VARIABLES}
-
-DEPRECATED FUNCTION
-
-THIS FUNCTION IS DEPRECATED. It will be removed after 2017-03-02.
-Instructions for updating:
-VARIABLES collection name is deprecated, please use GLOBAL_VARIABLES instead
-
-
## Defining new operations