aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/unique_op.cc
Commit message (Expand)AuthorAge
* Fix compilation in unique_op when Eigen::Index != int64.Gravatar A. Unique TensorFlower2018-10-08
* Improving error messages for dtypes.Gravatar A. Unique TensorFlower2018-08-09
* Enable multi-dimensional and axis support for tf.unique_with_countsGravatar Yong Tang2018-02-24
* Merge changes from github.Gravatar Sourabh Bajaj2018-01-17
* Introduces back a faster specialization of the unique op for cases where uniq...Gravatar A. Unique TensorFlower2018-01-05
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* 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
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Automated g4 rollback of changelist 155070869Gravatar Peter Hawkins2017-06-27
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Change Unique op to use gtl::FlatMap instead of std::unordered_map<>.Gravatar Peter Hawkins2017-05-04
* Rename forward_input_to_output -> forward_input_to_output_with_same_shape to ...Gravatar A. Unique TensorFlower2017-02-23
* Allow (safe) in-place computation in TensorFlow C++ ops. When at least one in...Gravatar A. Unique TensorFlower2017-02-21
* Fix GPU device placement for sparse gradients with int64 indices.Gravatar A. Unique TensorFlower2017-02-21
* Fix for op placements when deduplicating sparse gradients.Gravatar A. Unique TensorFlower2017-02-02
* Add the int32 TypeConstraint to all kernels that could take both int32Gravatar Vijay Vasudevan2016-10-14
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Register unique_op for string data type.Gravatar A. Unique TensorFlower2016-05-10
* Warn (and fail) about implicit size limit for unique op (< 2^31 elements).Gravatar David G. Andersen2016-03-11
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Add the UniqueWithCounts op. This is the same as the Unique op but has an add...Gravatar Andrew Dai2016-01-15
* 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