aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/linear_optimizer
Commit message (Expand)AuthorAge
* Update the distributed SDCA test.Gravatar A. Unique TensorFlower2018-06-04
* Add support for partitioned variables to SDCA.Gravatar A. Unique TensorFlower2018-05-23
* Extend SDCAOptimizer functionality to prune negative indices (the default val...Gravatar A. Unique TensorFlower2018-04-30
* Minor fix to SDCAOptimizer documentation.Gravatar Petros Mol2018-04-27
* Reduce number of combinations that are testedGravatar A. Unique TensorFlower2018-04-25
* Allow turning off checkpointing for ShardedMutableDenseHashTable. Keep the ch...Gravatar A. Unique TensorFlower2018-04-18
* Check there are no duplicate entries in sparse features as this would invalid...Gravatar A. Unique TensorFlower2018-04-13
* Handle duplicate features by coalescing them together into a single feature.Gravatar A. Unique TensorFlower2018-04-10
* Expose the adaptive sampling option for SDCA and shuffle the data when adapti...Gravatar A. Unique TensorFlower2018-04-05
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
* Merge changes from github.Gravatar Jianwei Xie2018-03-28
* Make adaptive SDCA the default.Gravatar A. Unique TensorFlower2018-03-08
* Add pylint check for W0622 redefined-builtin in ci_sanity.sh and fix existing...Gravatar Yifei Feng2018-02-09
* Raise to 4 the shard counts of //third_party/tensorflow/contrib/{factorizatio...Gravatar A. Unique TensorFlower2018-01-26
* Support ref types as arguments to all instances of tf.contrib.lookup.LookupIn...Gravatar RJ Ryan2018-01-14
* Automated g4 rollback of changelist 179260538Gravatar Dandelion Man?2017-12-15
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615737Gravatar Yifei Feng2017-11-22
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Re-enable tsan for sdca_estimator_test.Gravatar A. Unique TensorFlower2017-09-10
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-18
* Use a single threaded session for SDCALinearRegressorTest toGravatar A. Unique TensorFlower2017-06-22
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Disable sdca_estimator_test in tsan.Gravatar Gunhan Gulsoy2017-05-16
* Enables SDCAOptimizer work with dense vectors (of rank 1). By extension, tf.c...Gravatar Petros Mol2017-05-11
* Have sdca_model_fn used in SDCA-based optimizers use the training Ops from SD...Gravatar Petros Mol2017-05-08
* Add sdca ops to tf.train.Gravatar Patrick Nguyen2017-04-14
* Do not update given dictionary in feature-column public utils.Gravatar Mustafa Ispir2017-03-28
* Edits and fixes to SDCA-based tf.learn estimators:Gravatar Petros Mol2017-03-23
* Fix some documentation formatting errors.Gravatar Patrick Nguyen2017-03-21
* Adding SDCA-based tf.learn estimators.Gravatar Petros Mol2017-03-16
* Fix the dlopen contrib test hack by making a pywrap_tensorflow module that im...Gravatar Jonathan Hseu2017-02-28
* Replace pip testing script with bazel.Gravatar Gunhan Gulsoy2017-02-13
* Seal contrib interfaces (as much a feasible). If you were using a symbol whic...Gravatar Martin Wicke2017-01-29
* Change arg order for {softmax,sparse_softmax,sigmoid}_cross_entropy_with_logi...Gravatar Martin Wicke2017-01-04
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Remove superfluous Python depsGravatar Justine Tunney2016-12-28
* Rename usages of tf.mul, tf.neg, tf.sub that are used internallyGravatar Andrew Selle2016-12-20
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Major intent of this CL is to rename split_v -> split in the python API.Gravatar A. Unique TensorFlower2016-12-12
* Add named arguments to all uses of tf.split and reverse the order of argumentsGravatar A. Unique TensorFlower2016-12-07
* Move the util classes out of sdca_ops.py.Gravatar A. Unique TensorFlower2016-11-30
* No longer expose the as_ref argument from convert_to_tensor and friends.Gravatar A. Unique TensorFlower2016-11-21