aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Eliminate per-op allocation of gpu device wrapper. The PerOpGpuDevice is allo...Gravatar A. Unique TensorFlower2016-01-24
* Improve error message when asking to fetch the output of a node withGravatar Josh Levenberg2016-01-24
* Unbreak license testGravatar Geoffrey Irving2016-01-24
* Make shape inference more scalar strictGravatar Geoffrey Irving2016-01-24
* make cc ops publicGravatar Josh Levenberg2016-01-24
* Delete duplicate #include.Gravatar Josh Levenberg2016-01-24
* Use an iterator to walk down the set of free chunks, so that deletingGravatar A. Unique TensorFlower2016-01-22
* Fixes for OSS build.Gravatar Vijay Vasudevan2016-01-22
* Pin constant holding data to CPU. This makes GPU version 50-100x faster per s...Gravatar Yaroslav Bulatov2016-01-22
* Implement a promise-based RequestManager class, will be the workhorse of a ne...Gravatar A. Unique TensorFlower2016-01-22
* Disentangle the GPU code from the CPU code. This means a few things:Gravatar Josh Levenberg2016-01-22
* Improved the performance of tensor contractions and spatial convolutions on CPU:Gravatar Benoit Steiner2016-01-22
* Added a script for rough estimation of the computation cost and parameter siz...Gravatar Pete Warden2016-01-22
* Add symbolic gradient function for Softmax.Gravatar A. Unique TensorFlower2016-01-22
* Fixes a bug in Queue cancellation.Gravatar Derek Murray2016-01-22
* Rollback of "Adding histogram_ops module containing one Op: histogram_fixed_...Gravatar Vijay Vasudevan2016-01-22
* Change uses of TensorShape::ShortDebugString to DebugStringGravatar Geoffrey Irving2016-01-22
* Make cuda_dnn work with R4.Gravatar Xiaoqiang Zheng2016-01-22
* Add TensorArray data_flow_ops wrapper and TensorArray gradients.Gravatar Eugene Brevdo2016-01-21
* Add TODO to fix the situation where core_cpu_internal includesGravatar Josh Levenberg2016-01-21
* Adding histogram_ops module containing one Op: histogram_fixed_width, which ...Gravatar A. Unique TensorFlower2016-01-21
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* Export ToGraphDef() from function.ccGravatar A. Unique TensorFlower2016-01-21
* Need to check if the op is in a loop context.Gravatar A. Unique TensorFlower2016-01-21
* Fix a test for Python 3Gravatar Geoffrey Irving2016-01-21
* Drop unused gemmlowp dependency.Gravatar Josh Levenberg2016-01-21
* Fix and re-enable tests for matrix_triangular_solve op.Gravatar A. Unique TensorFlower2016-01-21
* Unspecified message.Gravatar A. Unique TensorFlower2016-01-21
* Unspecified message.Gravatar A. Unique TensorFlower2016-01-21
* Unspecified message.Gravatar A. Unique TensorFlower2016-01-21
* Unspecified message.Gravatar A. Unique TensorFlower2016-01-21
* Unspecified message.Gravatar A. Unique TensorFlower2016-01-21
* Change: 112644520Gravatar Manjunath Kudlur2016-01-20
* Rollback of "Updated TensorBoard logic for discarding events after crashes to...Gravatar Vijay Vasudevan2016-01-20
* Change: 112641949Gravatar Manjunath Kudlur2016-01-20
* Change: 112640197Gravatar Manjunath Kudlur2016-01-20
* Unspecified message.Gravatar A. Unique TensorFlower2016-01-20
* Change: 112636955Gravatar Manjunath Kudlur2016-01-20
* Prepare to hide tf.tensor_utilGravatar Geoffrey Irving2016-01-20
* First step of moving files out of tensorflow/core/public/. HereGravatar Josh Levenberg2016-01-20
* Improve exception message when `TensorShape.with_rank()` failsGravatar Derek Murray2016-01-20
* Adds `tf.decode_json_example()` op that parses JSON into binary Example protos.Gravatar Derek Murray2016-01-20
* Removes some unintended change.Gravatar A. Unique TensorFlower2016-01-20
* More function support.Gravatar A. Unique TensorFlower2016-01-20
* Rearrange BUILD into sections, and in particular put the targets inGravatar Josh Levenberg2016-01-20
* Change: 112595580Gravatar Manjunath Kudlur2016-01-20
* update docsGravatar Martin Wicke2016-01-20
* Change DebugString behavior to ShortDebugStringGravatar Geoffrey Irving2016-01-20
* Many tensorflow/core build clean ups.Gravatar Josh Levenberg2016-01-20
* Add support for Refs in control flow ops (Merge, Switch, Enter, Exit).Gravatar Eugene Brevdo2016-01-20