aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/segment_reduction_ops.cc
Commit message (Expand)AuthorAge
* Add complex support for tf.segment_mean (#19225)Gravatar Yong Tang2018-05-14
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* Merge changes from github.Gravatar Shanqing Cai2018-03-12
* Fix a case in SparseSegmentReduction ops with missing segment IDs, where all ...Gravatar A. Unique TensorFlower2018-03-05
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.Gravatar A. Unique TensorFlower2018-01-26
* Allow SparseSegmentReduction ops to have missing segment IDs.Gravatar A. Unique TensorFlower2017-12-06
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Make casting away of constness explicitGravatar A. Unique TensorFlower2017-09-20
* Merge changes from github.Gravatar A. Unique TensorFlower2017-09-06
* Add tf.unsorted_segment_sum GPU kernel for complex64/complex128.Gravatar RJ Ryan2017-04-11
* Allows missing indices in segment reduction operations.Gravatar A. Unique TensorFlower2017-03-01
* Merge changes from github.Gravatar Vijay Vasudevan2017-02-17
* Merge changes from github.Gravatar Benoit Steiner2017-02-08
* Add the int32 TypeConstraint to all kernels that could take both int32Gravatar Vijay Vasudevan2016-10-14
* Custom GPU kernel for UnsortedSegmentSumOp.Gravatar A. Unique TensorFlower2016-08-08
* Merge changes from github.Gravatar Martin Wicke2016-06-03
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Better bounds checking for the segment reduction ops.Gravatar Josh Levenberg2016-03-29
* Add explicit casts for a few ops that assumed it could implicitly cast to/fromGravatar A. Unique TensorFlower2016-03-29
* Improve input validation of SparseSegmentReduction ops. Also addGravatar Josh Levenberg2016-03-21
* Improve the validity of indexing in the segment reduction kernels.Gravatar Josh Levenberg2016-03-08
* Changes to reduce code size (especially useful for mobile):Gravatar A. Unique TensorFlower2016-03-01
* Merge changes from GitHub, clean up linter errors, fix dependencies test.Gravatar Martin Wicke2016-02-07
* Minor formatting fixes.Gravatar Vijay Vasudevan2016-02-02
* 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
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* Adds support for SQRTN combiner.Gravatar A. Unique TensorFlower2016-01-11
* Fix bug where attrs with values that are the empty listGravatar Josh Levenberg2016-01-07
* Change: 111522571Gravatar A. Unique TensorFlower2016-01-06
* New GraphDef version 4: TensorFlow is now scalar strictGravatar A. Unique TensorFlower2016-01-06
* TensorFlow: merge changes from internalGravatar Vijay Vasudevan2015-12-10
* 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