aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/sdca_internal.cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-03-08 13:36:46 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-08 13:41:15 -0800
commitebf554ff77bc46bfdd9b424bc44b62f803100b33 (patch)
treec2374f65d40402815de85d4ec55e1456d047578a /tensorflow/core/kernels/sdca_internal.cc
parentd6f3a547af2060974a1397052809a1a7f1e2d311 (diff)
Make adaptive SDCA the default.
PiperOrigin-RevId: 188380039
Diffstat (limited to 'tensorflow/core/kernels/sdca_internal.cc')
-rw-r--r--tensorflow/core/kernels/sdca_internal.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/kernels/sdca_internal.cc b/tensorflow/core/kernels/sdca_internal.cc
index 066a4b80a2..5a389a6548 100644
--- a/tensorflow/core/kernels/sdca_internal.cc
+++ b/tensorflow/core/kernels/sdca_internal.cc
@@ -226,7 +226,7 @@ const ExampleStatistics Example::ComputeWxAndWeightedExampleNorm(
}
// Examples contains all the training examples that SDCA uses for a mini-batch.
-Status Examples::SampleAdaptativeProbabilities(
+Status Examples::SampleAdaptiveProbabilities(
const int num_loss_partitions, const Regularizations& regularization,
const ModelWeights& model_weights,
const TTypes<float>::Matrix example_state_data,