aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/sdca_internal.cc
Commit message (Expand)AuthorAge
* More robust test of the SDCA ComputeUpdatedDual method.Gravatar A. Unique TensorFlower2018-08-31
* Use the safe sparse tensor API that returns errors rather than crashingGravatar A. Unique TensorFlower2018-07-16
* Check there are no duplicate entries in sparse features as this would invalid...Gravatar A. Unique TensorFlower2018-04-13
* Expose the adaptive sampling option for SDCA and shuffle the data when adapti...Gravatar A. Unique TensorFlower2018-04-05
* Make adaptive SDCA the default.Gravatar A. Unique TensorFlower2018-03-08
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.Gravatar A. Unique TensorFlower2018-01-26
* Replace std::pow with MathUtil::IPow when the exponent is a non-negative inte...Gravatar A. Unique TensorFlower2017-12-20
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* bug fix.Gravatar A. Unique TensorFlower2016-11-21
* Refactor the common code in sdca_ops.cc out for multiclass SDCA.Gravatar A. Unique TensorFlower2016-11-21