Expose the adaptive sampling option for SDCA and shuffle the data when adaptive sampl...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Fri, 6 Apr 2018 02:33:58 +0000 (19:33 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 6 Apr 2018 02:36:19 +0000 (19:36 -0700)
commitfbb5a655f985b9040a99e8e2acd9631fd70abe01
treeff93d1960db59251acd614590027b154d27474de
parent05f665543adecddfbfc44f7bcd4e74d983c2c442
Expose the adaptive sampling option for SDCA and shuffle the data when adaptive sampling is off.

PiperOrigin-RevId: 191836004
tensorflow/contrib/linear_optimizer/python/kernel_tests/sdca_ops_test.py
tensorflow/contrib/linear_optimizer/python/ops/sdca_ops.py
tensorflow/contrib/linear_optimizer/python/sdca_optimizer.py
tensorflow/core/kernels/sdca_internal.cc
tensorflow/core/kernels/sdca_internal.h
tensorflow/core/kernels/sdca_ops.cc