aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/sdca_ops.cc
Commit message (Expand)AuthorAge
* Create SDCAOptimizerV2 op to fix the "adaptative" typo.Gravatar Yuefeng Zhou2018-10-09
* Add the poisson log loss to the SDCA optimizer.Gravatar A. Unique TensorFlower2018-08-31
* Convert a local variable and mutex to a struct so GUARDED_BY annotation works...Gravatar A. Unique TensorFlower2018-04-19
* 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
* Make single-parameter constructors explicitGravatar A. Unique TensorFlower2017-05-31
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Fixed the signature of the Sdca*::Compute() methodsGravatar Benoit Steiner2016-12-06
* 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
* Change SDCA to use DenseMutableHashtable.Gravatar A. Unique TensorFlower2016-10-27
* Do not use Eigen Tensor multiplication for binary SDCA, since that has veryGravatar A. Unique TensorFlower2016-10-27
* Change the interface of helper classes/methods in sdca_ops.cc to support mult...Gravatar A. Unique TensorFlower2016-10-20
* Move SDCA optimizer kernels to core.Gravatar A. Unique TensorFlower2016-09-27