aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core
Commit message (Expand)AuthorAge
* Automated rollback of change 126349886Gravatar Zongheng Yang2016-06-30
* Add a unit test to test DNN weights/biases lookup with correct names from sav...Gravatar A. Unique TensorFlower2016-06-30
* Automated rollback of change 126348349Gravatar Zongheng Yang2016-06-30
* Move POSIX-dependent tracing function from platform/default -> platform/posix.Gravatar Derek Murray2016-06-30
* Fix sparse_softmax_cross_entropy_with_logits for empty tensorGravatar Geoffrey Irving2016-06-30
* Add C++ shape inference for Pack, Unpack, and Const.Gravatar A. Unique TensorFlower2016-06-30
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-06-30
* Support Sparse-Sparse cwise ops; use for tf.sparse_{minimum,maximum}().Gravatar Zongheng Yang2016-06-30
* Fix initialization issues with Variables whose shape contains a zero.Gravatar A. Unique TensorFlower2016-06-30
* Raise an Unimplemented error when using MasterSession with place_pruned_graphs.Gravatar Derek Murray2016-06-30
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-06-30
* Improved the gradients for tanh and sigmoid. This improves the speed of the p...Gravatar Benoit Steiner2016-06-30
* Fix stack-use-after-scope detected by asan in gtl testGravatar A. Unique TensorFlower2016-06-30
* Clip the padding for negative values.Gravatar Xiaoqiang Zheng2016-06-30
* Merge changes from github.Gravatar A. Unique TensorFlower2016-06-30
* Add C++ shape inference function for broadcasting binary ops.Gravatar A. Unique TensorFlower2016-06-30
* Fix OSS compilation failure in save_op_test.Gravatar Zongheng Yang2016-06-29
* Adds a microbenchmark for Save op.Gravatar Zongheng Yang2016-06-29
* Correct bug in crop_and_resize which caused failures to some tests.Gravatar A. Unique TensorFlower2016-06-29
* Rollback linkstatic removal, unforeseen interaction on some archs.Gravatar A. Unique TensorFlower2016-06-29
* Remove linkstatic=1 from places where in un-needed in the newer Bazel version.Gravatar A. Unique TensorFlower2016-06-29
* Change quantized concat to use the same core function as the concat kernel inGravatar A. Unique TensorFlower2016-06-28
* Python tensorflow.Example parser configuration extractorGravatar Ben Lee2016-06-28
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-06-28
* Added the PriorityQueue and Barrier TF objects.Gravatar Eugene Brevdo2016-06-28
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-06-28
* Allow RefSwitch to have uninitialized variables as inputs.Gravatar Manjunath Kudlur2016-06-28
* Move explicit instantiations of SetZeroFunctor template defined in fill_funct...Gravatar A. Unique TensorFlower2016-06-28
* Prints out a vlog when done with warmups inside RunWithArgs().Gravatar Zongheng Yang2016-06-27
* Added the ability to restore checkpoints containing 16 bit floats.Gravatar Benoit Steiner2016-06-27
* Adds a "currentThreadIndex" method to Eigen's ThreadPoolDevice. Use it to han...Gravatar A. Unique TensorFlower2016-06-27
* A series of changes to significantly reduce the number of allocationsGravatar A. Unique TensorFlower2016-06-27
* Move cupti_wrapper target to platform/default/gpuGravatar A. Unique TensorFlower2016-06-27
* Updated the draw_bounding_box operation to work properly with fp16Gravatar Benoit Steiner2016-06-27
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-06-27
* Clarify the softmax op documentation.Gravatar Derek Murray2016-06-27
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-06-26
* Add a variant of mutable hash table that supports tensors as values.Gravatar A. Unique TensorFlower2016-06-26
* TF debugger core callback and DebugGatewayGravatar Shanqing Cai2016-06-25
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-06-24
* Fix a bug in the handling of Send/Recv of ref edge. The bug shows up in the c...Gravatar Yuan Yu2016-06-24
* Add support for DequeueUpTo in FIFOQueue and PaddingFIFOQueueGravatar Eugene Brevdo2016-06-24
* Merge changes from github.Gravatar A. Unique TensorFlower2016-06-24
* Added more ops to testlib.Gravatar Jianmin Chen2016-06-24
* Fix linker errors by adding a dependence on constant_op to targets using fill...Gravatar A. Unique TensorFlower2016-06-24
* Added tf.container(container_name) context manager.Gravatar Sherry Moore2016-06-24
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-06-24
* Implement gradient for StridedSlice op.Gravatar Andrew Selle2016-06-24
* Change to const Example pointersGravatar Ben Lee2016-06-24
* Minor improvements to GcsFileSystem.Gravatar Alexey Surkov2016-06-24