aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python
diff options
context:
space:
mode:
authorGravatar Yuefeng Zhou <yuefengz@google.com>2018-10-09 09:32:50 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-09 09:44:34 -0700
commit3e1a0792fb593953860162d57320c8602fd199eb (patch)
tree472db16bea0c18741ddc311f321305c1265c611f /tensorflow/python
parent87d8055c74a65ec9fb2a13f38e6e2c5d30b7e2e4 (diff)
Create SDCAOptimizerV2 op to fix the "adaptative" typo.
PiperOrigin-RevId: 216370193
Diffstat (limited to 'tensorflow/python')
-rw-r--r--tensorflow/python/ops/sdca_ops.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/ops/sdca_ops.py b/tensorflow/python/ops/sdca_ops.py
index 4d5aeec591..a1c68343ed 100644
--- a/tensorflow/python/ops/sdca_ops.py
+++ b/tensorflow/python/ops/sdca_ops.py
@@ -29,4 +29,5 @@ from tensorflow.python.ops.gen_sdca_ops import *
ops.NotDifferentiable("SdcaFprint")
ops.NotDifferentiable("SdcaOptimizer")
+ops.NotDifferentiable("SdcaOptimizerV2")
ops.NotDifferentiable("SdcaShrinkL1")