aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/factorization
Commit message (Expand)AuthorAge
* Internal changeGravatar A. Unique TensorFlower2018-05-01
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
* Reenable factorization_ops_test on ASAN after adding shard_count = 4. Tests nowGravatar A. Unique TensorFlower2018-04-26
* Disable factorization_ops_test on ASAN due to flaky timeouts.Gravatar A. Unique TensorFlower2018-04-25
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Internal ChangeGravatar A. Unique TensorFlower2018-04-23
* Automated g4 rollback of changelist 192768744Gravatar A. Unique TensorFlower2018-04-13
* Split byte_order.h off cpu_info.hGravatar A. Unique TensorFlower2018-04-13
* Merge changes from github.Gravatar Michael Case2018-04-10
* 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
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Add ability to use feature_columns in KMeans Estimator.Gravatar A. Unique TensorFlower2018-03-15
* Rename KMeans _parse_tensor_or_dict to _parse_features_if_necessary and add a...Gravatar A. Unique TensorFlower2018-03-14
* Add usage example to KMeans Estimator documentation.Gravatar A. Unique TensorFlower2018-02-23
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Refactor score definition in GMM operations. This is simplified to be the per...Gravatar A. Unique TensorFlower2018-02-07
* Typo Correction.Gravatar A. Unique TensorFlower2018-01-31
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/contrib/.../*.{...Gravatar A. Unique TensorFlower2018-01-30
* Raise to 4 the shard counts of //third_party/tensorflow/contrib/{factorizatio...Gravatar A. Unique TensorFlower2018-01-26
* Set export_outs in KMeans' EstimatorSpec.Gravatar Yutaka Leon2018-01-24
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* Only squeeze the last dimension of outputs and indices in infer_graph ofGravatar A. Unique TensorFlower2017-12-21
* 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 Sourabh Bajaj2017-11-30
* In WALSMatrixFactorization: moves the op that updates the global_step to a se...Gravatar A. Unique TensorFlower2017-11-17
* Temporarily disable tsan for wals_test.Gravatar A. Unique TensorFlower2017-11-17
* Refactors the WALS estimator so that part of the control flow logic happens i...Gravatar A. Unique TensorFlower2017-11-14
* BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-30
* Adds the k-MC2 algorithm for efficient seeding of mini batch k-means in Tenso...Gravatar A. Unique TensorFlower2017-10-20
* Removes the use of tf.cond in the SweepHook used in the WALSMatrixFactorizati...Gravatar A. Unique TensorFlower2017-10-09
* Disable kmeans test in tsan.Gravatar Gunhan Gulsoy2017-10-07
* Use the new Estimator.get_variable_value() method to get the kmeans cluster c...Gravatar A. Unique TensorFlower2017-10-06
* Make a branch of the KMeans estimator that is ported to the core Estimator API.Gravatar A. Unique TensorFlower2017-10-05
* Automated g4 rollback of changelist 170204652Gravatar A. Unique TensorFlower2017-09-27
* Add complete factorization tests (2 row/col sweeps) to factorization_ops_test...Gravatar A. Unique TensorFlower2017-09-27
* KMeans.training_graph() now returns an additional value, currently unused.Gravatar A. Unique TensorFlower2017-09-26
* Remove RTLD_GLOBAL when loading pywrap_tensorflowGravatar Allen Lavoie2017-09-21
* disabling failing tsan testGravatar Olivia Nordquist2017-09-15
* Automated g4 rollback of changelist 158565259Gravatar Gunhan Gulsoy2017-09-14
* Add notsan on some tests with races between variable read and write.Gravatar A. Unique TensorFlower2017-09-08
* FIx device colocation for kmeans.Gravatar A. Unique TensorFlower2017-08-09
* Merge changes from github.Gravatar Vijay Vasudevan2017-07-28
* Increase timeout to deflake the test.Gravatar A. Unique TensorFlower2017-07-27