aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Change tf_gpu_kernel_library() and tf_cuda_library() rules to not depend onGravatar Josh Levenberg2016-03-15
* Fix stale uses of the use_locking attr that could allow unlocked accessGravatar David G. Andersen2016-03-15
* Ensure that keys, in HashTable::Find, are validated in the face of asynchronousGravatar Yutaka Leon2016-03-15
* Add abort op to end a process when needed.Gravatar Jianmin Chen2016-03-15
* Make tf_custom_op_library depend on cudart_static directly instead ofGravatar Manjunath Kudlur2016-03-15
* Whitespace bugfix in tf_py_testsGravatar Eugene Brevdo2016-03-15
* Fixes Android build by ifdef'ing out the use of RTLD_NOLOAD.Gravatar Derek Murray2016-03-15
* When selective registration is used, only register gradient functions if thereGravatar A. Unique TensorFlower2016-03-15
* Fix that TF_Buffer declaration erroneously makes use of C++ syntax.Gravatar Zongheng Yang2016-03-14
* Handle the case when the same custom op library is loaded twice viaGravatar Manjunath Kudlur2016-03-14
* Add the test runner run_and_gather_logs to tools/testGravatar Eugene Brevdo2016-03-14
* Moved session_manager and supervisor to third_party.Gravatar Sherry Moore2016-03-14
* Remove race conditions from TensorShapeUtils::MakeShapeGravatar Geoffrey Irving2016-03-14
* correct commands pip -> pip3Gravatar Dan Smilkov2016-03-14
* Ensure the table size is returned only when the table is initialized.Gravatar Yutaka Leon2016-03-14