aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-02-11 16:33:26 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-11 16:49:07 -0800
commit0bbb224f4ca87a7adf62fb62af15709acbf9d11a (patch)
treea371566bf7a82610b63d9fd90306f43b1620d56b /tensorflow/g3doc
parentff2d9e99ba2c4de3a93230c3ffcf4c30c4a148ff (diff)
Update generated Python Op docs.
Change: 147258931
Diffstat (limited to 'tensorflow/g3doc')
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.VariableScope.md4
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.get_local_variable.md2
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.get_variable.md2
-rw-r--r--tensorflow/g3doc/api_docs/python/state_ops.md8
4 files changed, 8 insertions, 8 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.VariableScope.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.VariableScope.md
index cecd0a2c83..c6fd98dd98 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.VariableScope.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.VariableScope.md
@@ -1,6 +1,6 @@
-Variable scope object to carry defaults to provide to get_variable.
+Variable scope object to carry defaults to provide to `get_variable`.
-Many of the arguments we need for get_variable in a variable store are most
+Many of the arguments we need for `get_variable` in a variable store are most
easily handled with a context. This object is used for the defaults.
Attributes:
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.get_local_variable.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.get_local_variable.md
index 2cc153d19c..ffd465b3c3 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.get_local_variable.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.get_local_variable.md
@@ -43,7 +43,7 @@ Some useful partitioners are available. See, e.g.,
* <b>`initializer`</b>: Initializer for the variable if one is created.
* <b>`regularizer`</b>: A (Tensor -> Tensor or None) function; the result of
applying it on a newly created variable will be added to the collection
- GraphKeys.REGULARIZATION_LOSSES and can be used for regularization.
+ @{tf.GraphKeys.REGULARIZATION_LOSSES} and can be used for regularization.
* <b>`collections`</b>: List of graph collections keys to add the Variable to.
Defaults to `[GraphKeys.LOCAL_VARIABLES]` (see `tf.Variable`).
* <b>`caching_device`</b>: Optional device string or function describing where the
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.get_variable.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.get_variable.md
index 3a5d19b4df..9ec5405d6e 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.get_variable.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.get_variable.md
@@ -40,7 +40,7 @@ Some useful partitioners are available. See, e.g.,
* <b>`initializer`</b>: Initializer for the variable if one is created.
* <b>`regularizer`</b>: A (Tensor -> Tensor or None) function; the result of
applying it on a newly created variable will be added to the collection
- GraphKeys.REGULARIZATION_LOSSES and can be used for regularization.
+ @{tf.GraphKeys.REGULARIZATION_LOSSES} and can be used for regularization.
* <b>`trainable`</b>: If `True` also add the variable to the graph collection
`GraphKeys.TRAINABLE_VARIABLES` (see `tf.Variable`).
* <b>`collections`</b>: List of graph collections keys to add the Variable to.
diff --git a/tensorflow/g3doc/api_docs/python/state_ops.md b/tensorflow/g3doc/api_docs/python/state_ops.md
index 6c25ef1ff3..0a4227e6e2 100644
--- a/tensorflow/g3doc/api_docs/python/state_ops.md
+++ b/tensorflow/g3doc/api_docs/python/state_ops.md
@@ -1976,7 +1976,7 @@ Some useful partitioners are available. See, e.g.,
* <b>`initializer`</b>: Initializer for the variable if one is created.
* <b>`regularizer`</b>: A (Tensor -> Tensor or None) function; the result of
applying it on a newly created variable will be added to the collection
- GraphKeys.REGULARIZATION_LOSSES and can be used for regularization.
+ @{tf.GraphKeys.REGULARIZATION_LOSSES} and can be used for regularization.
* <b>`trainable`</b>: If `True` also add the variable to the graph collection
`GraphKeys.TRAINABLE_VARIABLES` (see `tf.Variable`).
* <b>`collections`</b>: List of graph collections keys to add the Variable to.
@@ -2068,7 +2068,7 @@ Some useful partitioners are available. See, e.g.,
* <b>`initializer`</b>: Initializer for the variable if one is created.
* <b>`regularizer`</b>: A (Tensor -> Tensor or None) function; the result of
applying it on a newly created variable will be added to the collection
- GraphKeys.REGULARIZATION_LOSSES and can be used for regularization.
+ @{tf.GraphKeys.REGULARIZATION_LOSSES} and can be used for regularization.
* <b>`collections`</b>: List of graph collections keys to add the Variable to.
Defaults to `[GraphKeys.LOCAL_VARIABLES]` (see `tf.Variable`).
* <b>`caching_device`</b>: Optional device string or function describing where the
@@ -2115,9 +2115,9 @@ Some useful partitioners are available. See, e.g.,
### `class tf.VariableScope` {#VariableScope}
-Variable scope object to carry defaults to provide to get_variable.
+Variable scope object to carry defaults to provide to `get_variable`.
-Many of the arguments we need for get_variable in a variable store are most
+Many of the arguments we need for `get_variable` in a variable store are most
easily handled with a context. This object is used for the defaults.
Attributes: