aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensor_forest/kernels
Commit message (Expand)AuthorAge
* Switch to Eigen::Index in Tensorflow kernels.Gravatar Eugene Zhulenev2018-09-14
* Use random_seed for the process inputGravatar Peng Yu2018-09-10
* Fixing thread-unsafe access to a class member.Gravatar A. Unique TensorFlower2018-08-23
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Support GREATER_OR_EQUAL and GREATER_THAN splits in tensor_forest evaluationGravatar A. Unique TensorFlower2018-08-16
* Check the return value of safe_strto32 in decision_node_evaluatorGravatar A. Unique TensorFlower2018-07-31
* contrib: minor spelling tweaksGravatar Brett Koonce2018-04-07
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* 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
* Merge changes from github.Gravatar Shanqing Cai2018-03-12
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/contrib/.../*.{...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
* 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
* [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
* Be more careful in IsInitalized, and log when it is called on an unknownGravatar A. Unique TensorFlower2017-09-06
* BUILD dependency cleanups.Gravatar Peter Hawkins2017-08-07
* Optionally output a new TreePath proto during TensorForest inference for ulti...Gravatar A. Unique TensorFlower2017-07-28
* Remove old TensorForest implementation.Gravatar A. Unique TensorFlower2017-07-24
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-24
* Better gating of TensorForest pruning code.Gravatar A. Unique TensorFlower2017-07-14
* Switch TensorForestEstimator to tf.learn heads lib.Gravatar A. Unique TensorFlower2017-07-14
* Refactor some of TensorForest V4 to make the tree model valid during training...Gravatar A. Unique TensorFlower2017-07-12
* Add checks to TensorForest that help with debugging when labels are wrong.Gravatar A. Unique TensorFlower2017-07-12
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Fix tensorforest for using sparse-only data.Gravatar A. Unique TensorFlower2017-07-10
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-10
* Add option to TensorForest to initialize splits with the average of 2 examples.Gravatar A. Unique TensorFlower2017-07-06
* Fix some internal tests.Gravatar A. Unique TensorFlower2017-07-06
* Fix TensorForest for 32-bit platforms.Gravatar A. Unique TensorFlower2017-07-06
* Add shape function tests for TensorForest v4.Gravatar A. Unique TensorFlower2017-07-05
* Minor cleanup: remove unused constructionsGravatar A. Unique TensorFlower2017-07-01
* Minor cleanup: remove unused dependencies and inclusionsGravatar A. Unique TensorFlower2017-06-27
* Fix uninitialized values in TensorForest code.Gravatar A. Unique TensorFlower2017-06-27
* Migrate ops for new version of TensorForest.Gravatar A. Unique TensorFlower2017-06-22
* Automated g4 rollback of changelist 159718610Gravatar A. Unique TensorFlower2017-06-21
* Migrate ops for new version of TensorForest.Gravatar A. Unique TensorFlower2017-06-21
* Minor cleanupGravatar A. Unique TensorFlower2017-06-19
* Fix warnings.Gravatar Patrick Nguyen2017-06-19
* Migrate core resource code for new version of TensorForest.Gravatar A. Unique TensorFlower2017-06-15
* Remove unused using-declarationsGravatar A. Unique TensorFlower2017-05-26