aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/reduction_ops_common.h
Commit message (Expand)AuthorAge
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Fix memory tracking in the case where temp memory is used as output memory.Gravatar Yuefeng Zhou2018-02-06
* Combine host and device memory proto fields.Gravatar Yuefeng Zhou2018-01-17
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Automated g4 rollback of changelist 166396680Gravatar A. Unique TensorFlower2017-09-01
* Automated g4 rollback of changelist 166294015Gravatar A. Unique TensorFlower2017-08-24
* Automated g4 rollback of changelist 165887626Gravatar A. Unique TensorFlower2017-08-23
* Automated g4 rollback of changelist 165773305Gravatar A. Unique TensorFlower2017-08-20
* Switch implementation of tf.reduce_* to new implementations that areGravatar A. Unique TensorFlower2017-08-18
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Record allocated sizes for tensors instead of actual tensor sizes.Gravatar Yuefeng Zhou2017-03-14
* Merge changes from github.Gravatar Andrew Harp2017-03-01
* Get rid of unnecessary buffer allocations in a few more ops.Gravatar A. Unique TensorFlower2017-02-23
* Merge changes from github.Gravatar Jonathan Hseu2016-12-22
* Automated rollback of change 135805688Gravatar A. Unique TensorFlower2016-10-17
* Add reduce_nnz python op to get number of nonzeros / non-false in any Tensor.Gravatar Eugene Brevdo2016-10-11
* Fix degenerate reductionsGravatar Geoffrey Irving2016-07-06
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Added support for mean reductions on GPUGravatar Benoit Steiner2016-03-04
* Avoid some over-inlined routines. Reduces code size of TensorFlow binariesGravatar A. Unique TensorFlower2016-02-25
* Give tensorflow/core/kernels/ its own BUILD file.Gravatar Josh Levenberg2016-02-24
* TensorFlow: fix a bunch of remaining warnings (CPU / linux)Gravatar Vijay Vasudevan2016-02-16
* Rewrite of transpose so that its compilation time is tolerable. MainGravatar A. Unique TensorFlower2016-02-16
* Fix reduction op to honor host memory constraint.Gravatar A. Unique TensorFlower2016-02-10
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Change uses of TensorShape::ShortDebugString to DebugStringGravatar Geoffrey Irving2016-01-22
* Avoid allocation of std::function<> object per node executed, asGravatar A. Unique TensorFlower2016-01-13
* Added 'logging' import to control_flow_ops which is used in the file but not ...Gravatar A. Unique TensorFlower2016-01-05
* Leverage Eigen IndexList to speedup reductions on GPUGravatar Benoit Steiner2015-12-17
* Leverage Eigen IndexList to speedup reductions on GPUGravatar Benoit Steiner2015-12-17
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06