aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Adding stats (run metadata) to the Graph UI.Gravatar Dan Smilkov2016-04-05
* Implement random number generation ops for Eigen::half.Gravatar A. Unique TensorFlower2016-04-05
* Upgrade to the latest version of Eigen that provides better support for float16Gravatar Benoit Steiner2016-04-04
* Record the maximum execution time of each node in a tensorflow graph in theGravatar Benoit Steiner2016-04-04
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-04-04
* Adding dropout to DNN estimators, zero initialization for Linear estimators. ...Gravatar A. Unique TensorFlower2016-04-04
* Updated documentation for optimizer argument and added support for instance o...Gravatar A. Unique TensorFlower2016-04-04
* Update Gaussian distribution to support arbitrary shaped mu and sigma; broadc...Gravatar Eugene Brevdo2016-04-04
* ADD: Inequality based asserts and tests.Gravatar A. Unique TensorFlower2016-04-04
* Ensure that excessively large sparse matmuls are not executedGravatar David G. Andersen2016-04-04
* Change rnn benchmarks to use variables and initialize only onceGravatar Eugene Brevdo2016-04-04
* Bounding the amount of time the Supervisor can spend waiting for a session.Gravatar A. Unique TensorFlower2016-04-04
* Replace eigen3 NeuralNetworks include with eigen_attention.h in attention_ops...Gravatar Andrew Harp2016-04-04
* Added a simple Python-based inspect_checkpoint tool.Gravatar Sherry Moore2016-04-04
* Make tf/core:framework_headers_lib public for custom op creation.Gravatar A. Unique TensorFlower2016-04-04
* Updated Bazel version in Docker to 0.2.1Gravatar Pete Warden2016-04-04
* Implement label selection in CTCBeamSearch:Gravatar A. Unique TensorFlower2016-04-04
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-04-04
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-04-04
* Add igamma & igammac TF ops + gradients.Gravatar Eugene Brevdo2016-04-04
* Avoid HostMemory constraint violation when doing constant folding.Gravatar Manjunath Kudlur2016-04-04
* Fixing tensor_forest for python3 compatibilityGravatar Vijay Vasudevan2016-04-04
* Fixed the declaration of ReplaceTensorWithConstant.Gravatar Manjunath Kudlur2016-04-03
* Add extremely random forest implementation to TF/contrib.Gravatar A. Unique TensorFlower2016-04-03
* Disable optimizations when running benchmarks.Gravatar Manjunath Kudlur2016-04-02
* Moved a variable declaration inside GOOGLE_CUDA to fix an unused variableGravatar Manjunath Kudlur2016-04-02
* Enable constant folding in L0 optimization level.Gravatar Manjunath Kudlur2016-04-02
* Adding get_resource_path to resource_loader.py for getting the pathGravatar A. Unique TensorFlower2016-04-01
* Release TensorBoard at tag 14Gravatar Dan Mané2016-04-01
* Update TensorBoard dependencies.Gravatar Dan Mané2016-04-01
* PyLint updates.Gravatar Josh Levenberg2016-04-01
* Add tf_cuda_cc_test[s].Gravatar Eugene Brevdo2016-04-01
* Functional ops (fold*, map_fn) now make sure get_variable calls cache to loca...Gravatar Eugene Brevdo2016-04-01
* Re-use allocated Example proto across entries in the batch.Gravatar David G. Andersen2016-04-01
* Remove redundant -O2 compile option from android_tensorflow_kernelsGravatar Andrew Harp2016-04-01
* Eliminating unused pin_variables_to_cpu function.Gravatar David G. Andersen2016-04-01
* Use all PEP8 names for CheckpointReader.Gravatar Sherry Moore2016-04-01
* Ensure that indices are validated in the face of asynchronousGravatar Olivia Nordquist2016-04-01
* Refactor TensorBoard to use the new Backend code, & more!Gravatar Dan Mané2016-04-01
* Fix blacklist-related bug in pip testGravatar A. Unique TensorFlower2016-04-01
* Added GetTensor() to return tensor content for a single variable fromGravatar Sherry Moore2016-04-01
* Trivial typo fix.Gravatar Zongheng Yang2016-04-01
* Fix memory leakage when executor creation fails for one device of several.Gravatar Eugene Brevdo2016-04-01
* malloc()'d memory should use free() instead of delete.Gravatar Zongheng Yang2016-04-01
* Add LOG(INFO) with the timing of the android demo app's initialization of ten...Gravatar A. Unique TensorFlower2016-04-01
* Fix typo in TensorFlow RNN tutorial.Gravatar A. Unique TensorFlower2016-04-01
* Fixes in sdca_ops_test.pyGravatar A. Unique TensorFlower2016-03-31
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-03-31
* When using a device function for variables, wrap it in another functionGravatar A. Unique TensorFlower2016-03-31
* Parallelize PIP test-on-installGravatar A. Unique TensorFlower2016-03-31