aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/optimizer.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/training/optimizer.py')
-rw-r--r--tensorflow/python/training/optimizer.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/python/training/optimizer.py b/tensorflow/python/training/optimizer.py
index 2627f9fce0..deeec2f6e3 100644
--- a/tensorflow/python/training/optimizer.py
+++ b/tensorflow/python/training/optimizer.py
@@ -89,9 +89,9 @@ class Optimizer(object):
### Gating Gradients
- Both `minimize()` and `compute_gradients()` accept a `gate_gradient` argument
- that controls the degree of parallelism during the application of the
- gradients.
+ Both `minimize()` and `compute_gradients()` accept a `gate_gradients`
+ argument that controls the degree of parallelism during the application of
+ the gradients.
The possible values are: `GATE_NONE`, `GATE_OP`, and `GATE_GRAPH`.