aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensor_forest
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Windows: Enable tensorflow/contrib in Bazel build (Second try)Gravatar A. Unique TensorFlower2018-04-02
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Update the doc to reflect the change of replacing std::clock with random::New...Gravatar A. Unique TensorFlower2018-03-21
* Replace std::clock with random::New64() for setting random seedGravatar A. Unique TensorFlower2018-03-20
* Refactor code to improve TensorDataSet construction speed.Gravatar A. Unique TensorFlower2018-03-19
* Remove a few unused #includesGravatar A. Unique TensorFlower2018-03-19
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Merge changes from github.Gravatar Shanqing Cai2018-03-12
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/contrib/.../*.{...Gravatar A. Unique TensorFlower2018-01-30
* Prepare variance to be exported for serving with the servo library.Gravatar A. Unique TensorFlower2018-01-30
* Remove dead codeGravatar A. Unique TensorFlower2018-01-26
* Fix override annotationsGravatar A. Unique TensorFlower2018-01-26
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Enable bfloat16 for CPU kernelsGravatar A. Unique TensorFlower2018-01-16
* Output variance over tree predictions for classifications.Gravatar A. Unique TensorFlower2018-01-05
* Merge changes from github.Gravatar Raghuraman Krishnamoorthi2018-01-03
* Internal change.Gravatar Anna R2017-12-21
* Replace std::pow with MathUtil::IPow when the exponent is a non-negative inte...Gravatar A. Unique TensorFlower2017-12-20
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* Delete trailing whitespaceGravatar A. Unique TensorFlower2017-11-27
* Further BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-11-10
* BUILD cleanup in contrib/tensor_forest/...Gravatar A. Unique TensorFlower2017-11-01
* One last data_set race condition fix.Gravatar A. Unique TensorFlower2017-10-06
* Fix race condition in TensorForest tree traversal.Gravatar A. Unique TensorFlower2017-10-04
* Clarify expectations about the input_data parameter.Gravatar A. Unique TensorFlower2017-10-02
* [XLA] Allow broadcast_dims argument to binary operations to be the identity m...Gravatar Peter Hawkins2017-09-29
* `metropolis_hastings_test` documentation fix.Gravatar A. Unique TensorFlower2017-09-29
* Fixes a race condition in TensorForest tree traversal code resulting in use-a...Gravatar A. Unique TensorFlower2017-09-29
* Remove RTLD_GLOBAL when loading pywrap_tensorflowGravatar Allen Lavoie2017-09-21
* Add fixed space sparse class stats handling.Gravatar A. Unique TensorFlower2017-09-21
* Add README.md for TensorForest.Gravatar A. Unique TensorFlower2017-09-14
* Be more careful in IsInitalized, and log when it is called on an unknownGravatar A. Unique TensorFlower2017-09-06
* Updates get_global_step per deprecation warning in tensorflow/contrib/framewo...Gravatar A. Unique TensorFlower2017-08-21
* BUILD dependency cleanups.Gravatar Peter Hawkins2017-08-07
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
* Make sure variance doesn't go below zero from floating point errors in Tensor...Gravatar A. Unique TensorFlower2017-08-02
* Slightly more idiomatic API for TensorForestEstimator, including being able t...Gravatar A. Unique TensorFlower2017-08-02
* Add regression variance over individual trees to TensorForest inference.Gravatar A. Unique TensorFlower2017-07-31
* Minor cleanupGravatar A. Unique TensorFlower2017-07-31
* Merge changes from github.Gravatar Vijay Vasudevan2017-07-28
* Optionally output a new TreePath proto during TensorForest inference for ulti...Gravatar A. Unique TensorFlower2017-07-28
* Fix TensorForest's saveable object names so loading a savedmodel works.Gravatar A. Unique TensorFlower2017-07-27
* Remove old TensorForest implementation.Gravatar A. Unique TensorFlower2017-07-24
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-24
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-19
* Minor improvements in TensorForestEstimator: reduce default stopping loss th...Gravatar A. Unique TensorFlower2017-07-19