aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensor_forest/hybrid
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Fix warnings in tf.contrib.tensor_forestGravatar Yong Tang2018-04-22
* contrib: minor spelling tweaksGravatar Brett Koonce2018-04-07
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/contrib/.../*.{...Gravatar A. Unique TensorFlower2018-01-30
* 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
* BUILD cleanup in contrib/tensor_forest/...Gravatar A. Unique TensorFlower2017-11-01
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
* Merge changes from github.Gravatar Vijay Vasudevan2017-07-28
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-10
* Fix warnings.Gravatar Patrick Nguyen2017-06-19
* Remove unused using-declarationsGravatar A. Unique TensorFlower2017-05-26
* Internal changesGravatar Rohan Jain2017-03-23
* Replace all_files data dependencies of build_pip_package with py_library targetsGravatar Shanqing Cai2017-03-10
* Depend on protobuf's header only library when building custom opsGravatar Manjunath Kudlur2017-03-07
* Automated rollback of change 148492669Gravatar Manjunath Kudlur2017-02-25
* Rollback the change to depend on header only protobuf library.Gravatar Manjunath Kudlur2017-02-24
* Make TensorForest use a more idiomatic device assigner (VariableDeviceChooser...Gravatar A. Unique TensorFlower2017-02-21
* Replace pip testing script with bazel.Gravatar Gunhan Gulsoy2017-02-13
* Replace dependency on entire proto library with just the headers for contrib.Gravatar Manjunath Kudlur2017-02-10
* Move contrib/tensor_forest custom op sources to kernels/, align with tensorfl...Gravatar A. Unique TensorFlower2017-01-27
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* 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
* Disable broken tensor_forest tests.Gravatar Jonathan Hseu2016-12-19
* Switch array_ops.pack/unpack to array_ops.stack/unstack. Also switch a few re...Gravatar A. Unique TensorFlower2016-12-15
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* Remove unneeded call_cpp_shape_fn call, since it is now the default.Gravatar Vijay Vasudevan2016-11-14
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Cleanup license headerGravatar A. Unique TensorFlower2016-09-29
* Switch tensorforest shape fns to use C++ shape functions.Gravatar A. Unique TensorFlower2016-09-12
* Rename NoGradient -> NotDifferentiable, to make it clearGravatar Vijay Vasudevan2016-09-09
* Adds ops that support hybrid neural network / decision tree models and severa...Gravatar A. Unique TensorFlower2016-08-18