aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib
Commit message (Expand)AuthorAge
* Move various MVNs into distinct files.Gravatar Joshua V. Dillon2017-02-11
* Added library for doing imperative mode computation in TensorFlowGravatar Manjunath Kudlur2017-02-10
* Replace dependency on entire proto library with just the headers for contrib.Gravatar Manjunath Kudlur2017-02-10
* In dnn_benchmark_test, name the "predictions" benchmark to avoid aGravatar A. Unique TensorFlower2017-02-10
* Add _XlaScope attribute to jit_scope to avoid fusing separate adjacent fused ...Gravatar Eugene Brevdo2017-02-10
* Add tensorflow/tensorboard/plugins/debugger to tf_python.cmakeGravatar A. Unique TensorFlower2017-02-10
* Special case MVN analytic KL divergence to avoid dense solve when both (MVN)Gravatar Joshua V. Dillon2017-02-10
* Change `log(1 + .*)` to `log1p(.*)`.Gravatar A. Unique TensorFlower2017-02-10
* Add all-in-one script to build hexagon libs from source and run inception gra...Gravatar A. Unique TensorFlower2017-02-10
* Return dataset keys in DatasetDataProvider.Gravatar Adam Roberts2017-02-10
* BREAKING CHANGE: Rename MVN usage of Greek and refactor to useGravatar Joshua V. Dillon2017-02-10
* BUGFIX: ensure "make batch ready" shape utility function correctly handles st...Gravatar Joshua V. Dillon2017-02-10
* More seq2seq tweaks and test updates as RNNCells become more like layers.Gravatar Eugene Brevdo2017-02-10
* Adding support for SparseTensor in the context of batch_sequences_with_states.Gravatar A. Unique TensorFlower2017-02-10
* Adding get_var_full_name(): Returns the full name of a variable.Gravatar A. Unique TensorFlower2017-02-10
* Provide an option to mini-batch k-means to update cluster centers for n stepsGravatar A. Unique TensorFlower2017-02-09
* Refactor some code in the new seq2seq api:Gravatar Eugene Brevdo2017-02-09
* clean_up_node has been removedGravatar A. Unique TensorFlower2017-02-09
* Add "Existing Estimator Implementations" section and link additional tutorials.Gravatar A. Unique TensorFlower2017-02-09
* Fix and refactor hexagon controller to catch up with latest hexagon_nn libarryGravatar A. Unique TensorFlower2017-02-09
* Add config property to random forest estimator for e.g. experiments.Gravatar A. Unique TensorFlower2017-02-09
* Create g3doc for kmeans, wals and gmm algorithms.Gravatar A. Unique TensorFlower2017-02-09
* LinearOperatorUDUHUpdate: Fixed .shape and .shape_dynamic to account for bro...Gravatar Ian Langmore2017-02-09
* Automated rollback of change 146994092Gravatar Gunhan Gulsoy2017-02-09
* Add functionality to populate dtype of TensorInfos in up-converted SessionBun...Gravatar Sukriti Ramesh2017-02-09
* Fail if feature_column arg in feature_column_ops is dict.Gravatar A. Unique TensorFlower2017-02-09
* Return dataset keys in DatasetDataProviderGravatar Adam Roberts2017-02-08
* Adds support for poisson regression.Gravatar Zakaria Haque2017-02-08
* BUGFIX: Bijector shape getters infinitely recurse.Gravatar Joshua V. Dillon2017-02-08
* Add a test to run inception inference on hexagon using remote fused graph exe...Gravatar A. Unique TensorFlower2017-02-08
* Add convenience function `get_trainable_variables`.Gravatar A. Unique TensorFlower2017-02-08
* Make "graph_transferer_test.cc" runnable by Makefile testGravatar A. Unique TensorFlower2017-02-08
* Prepare legacy_seq2seq for coming changes to RNNCell.Gravatar Eugene Brevdo2017-02-08
* Seal the sparsemax moduleGravatar Benoit Steiner2017-02-08
* Refactor dynamic_rnn_estimator.py to use inheritance from Estimator.Gravatar A. Unique TensorFlower2017-02-08
* Expose and document some utils in tf.contrib.learn.Gravatar A. Unique TensorFlower2017-02-08
* Merge changes from github.Gravatar Benoit Steiner2017-02-08
* Estimator - call _feature_engineering_fn in _get_eval_opsGravatar A. Unique TensorFlower2017-02-07
* Add tf.random_poisson(shape, lam) to tf core.Gravatar A. Unique TensorFlower2017-02-07
* Fix cmake build: Exclude graph tranfser libs from cmakeGravatar A. Unique TensorFlower2017-02-07
* Disable nccl_manager_test since it flakes a lot on Jenkins with errors findingGravatar A. Unique TensorFlower2017-02-07
* Remove contrib/cmake/setup.py, as we are now using pip_package/setup.py forGravatar Gunhan Gulsoy2017-02-07
* Replace direct call to cmake with "CMAKE_COMMAND".Gravatar Gunhan Gulsoy2017-02-07
* Add masked_matmul_ops to tensorflow.Gravatar A. Unique TensorFlower2017-02-07
* Allow for batch_sequences_with_states to make keys unique.Gravatar A. Unique TensorFlower2017-02-06
* Fix windows cmake build. Excluding graph_transferer_test and hexagonGravatar A. Unique TensorFlower2017-02-06
* Add state_size, output_size, and static shape checking to ResidualWrapper.Gravatar Eugene Brevdo2017-02-06
* contrib/android: Add a RunStats interface.Gravatar Asim Shankar2017-02-06
* Add nccl_py to the contrib build file.Gravatar A. Unique TensorFlower2017-02-06
* Split input related estimator tests into a new file to fix timeout issue.Gravatar Mustafa Ispir2017-02-06