aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* fix implicit int64 to int32 conversionGravatar Jianmin Chen2016-03-18
* fix doc of enqueue_manyGravatar A. Unique TensorFlower2016-03-18
* fix indices in image describing dynamic_stitchGravatar A. Unique TensorFlower2016-03-18
* Move Relu and SoftMax Op declarations into header files so they can be regist...Gravatar A. Unique TensorFlower2016-03-18
* Add padding between main, in-extract and out-extract graphs.Gravatar Dan Smilkov2016-03-18
* Typo controling -> controlling.Gravatar A. Unique TensorFlower2016-03-18
* Allowing users to optionally provide a global step tensor and name to SDCA's ...Gravatar A. Unique TensorFlower2016-03-18
* Fixing a test for posix environment for memmapped regionsGravatar A. Unique TensorFlower2016-03-16
* Move Relu Op declarations into relu_op.h.Gravatar A. Unique TensorFlower2016-03-16
* Move Relu Op declarations into relu_op.h.Gravatar A. Unique TensorFlower2016-03-16
* Forcing copy of input tensor, switching to use FastBoundsCheckGravatar David G. Andersen2016-03-16
* Simplify pylint disables.Gravatar Josh Levenberg2016-03-16
* Because TensorFlow knows the entire graph of your computations, itGravatar A. Unique TensorFlower2016-03-16
* Rollforward of "Merge changes from github."Gravatar Geoffrey Irving2016-03-16
* Another bugfix in run_and_gather_logs.Gravatar Eugene Brevdo2016-03-16
* Allows for importing of graphs with no variable nodes.Gravatar A. Unique TensorFlower2016-03-16
* Fixing an int64->int32 conversion that may have made concatoffset notGravatar David G. Andersen2016-03-16
* Change dep list of tf_gpu_kernel_library rule.Gravatar A. Unique TensorFlower2016-03-16
* Extending tensorflow::Env with support for memmapped filesGravatar A. Unique TensorFlower2016-03-16
* Eliminating the DoValidation/DoCompute split for training kernels andGravatar David G. Andersen2016-03-16
* Fix another unused code warning.Gravatar Josh Levenberg2016-03-16
* C++ gradients: split functions gradient code out into its own file.Gravatar A. Unique TensorFlower2016-03-16
* Adds scalar_logistic_loss() and apply_regularization() to contribGravatar Wei Ho2016-03-16
* Rollback of: "Merge changes from github."Gravatar Vijay Vasudevan2016-03-16
* Add tf.contrib.lookup.string_to_index and tf.contrib.lookup.index_to_string t...Gravatar Yutaka Leon2016-03-16
* - Add a generic immutable hash table op that is initialized once and used to ...Gravatar Yutaka Leon2016-03-16
* Merge changes from github.Gravatar Martin Wicke2016-03-16
* Disable //third_party/tensorflow/core/distributed_runtime:master_test.Gravatar Derek Murray2016-03-16
* fix error message formatting in session_manager.pyGravatar A. Unique TensorFlower2016-03-16
* Avoid race conditions in TensorShape and PartialTensorShapeGravatar Geoffrey Irving2016-03-16
* Re-introducing previous fixes to locking, takingGravatar David G. Andersen2016-03-16
* Removes gradient error tests, and makes small change to create ranges with ma...Gravatar A. Unique TensorFlower2016-03-16
* Removing the check for duplicate ids.Gravatar A. Unique TensorFlower2016-03-15
* Fix inconsistency in size inference for RNN cells.Gravatar A. Unique TensorFlower2016-03-15
* Log the names of the operations that can't be colocated to help debugging.Gravatar A. Unique TensorFlower2016-03-15
* A few more tweaks to test_log.proto to reflect what's accessible from bazel b...Gravatar Eugene Brevdo2016-03-15
* Add resize_nearest_neighbor_op.cc to extended Android op filegroup.Gravatar Andrew Harp2016-03-15
* Prevent the feeding of tensors whose values are used to calculate shapes.Gravatar Derek Murray2016-03-15
* Fix bug concerning computation of gradients inside a CondContext.Gravatar A. Unique TensorFlower2016-03-15
* Fix GetOpList and GetPythonWrappers SWIG wrappers for Python 3.Gravatar Manjunath Kudlur2016-03-15
* Remove race conditions from TensorShapeUtils::MakeShapeGravatar Geoffrey Irving2016-03-15
* Remove use of conitional pass-through from dynamic_rnn in favor of justGravatar Eugene Brevdo2016-03-15
* Ensure that keys and values, in HashTable::Insert, are validated in the face ...Gravatar Yutaka Leon2016-03-15
* Ensuring test coverage for the use_locking=True pathGravatar David G. Andersen2016-03-15
* Add a function to compute the sum of multiple variable regularizers.Gravatar A. Unique TensorFlower2016-03-15
* Handle the case when input size is zero.Gravatar Manjunath Kudlur2016-03-15
* Fix python 3 vs 2 issue regarding bytes != strGravatar Dan Smilkov2016-03-15
* Fix //tensorflow/python:server_lib_test in Python 3.Gravatar Derek Murray2016-03-15
* Make the requirements for docs callouts clearer.Gravatar Martin Wicke2016-03-15
* Reverting use_locking change temporarily to fix test failure.Gravatar David G. Andersen2016-03-15