aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/sparse/sparse_tensor.h
Commit message (Expand)AuthorAge
* Added ABSL_DEPRECATED annotations to various deprecated TensorFlow functions.Gravatar A. Unique TensorFlower2018-09-19
* Add safe static constructor functions to the sparse tensor library and convertGravatar A. Unique TensorFlower2018-07-12
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* Add n=1 special case to the DeserializeSparse op.Gravatar Derek Murray2017-12-08
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Update internal SparseTensor C++ implementation to use a vector of int64.Gravatar Eugene Brevdo2017-06-09
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Speed up SparseTensor::Concat by replacing Eigen slicing with for loops.Gravatar Eugene Brevdo2016-10-10
* Add benchmark for util/SparseTensor's SparseReorder, and optimize SparseTenso...Gravatar Eugene Brevdo2016-09-27
* Add a new SparseReduceSumSparse op that sums a SparseTensor with a SparseTensorGravatar Jonathan Hseu2016-09-12
* Support scalar SparseTensors. Scalar SparseTensors are useful for reduction opsGravatar Jonathan Hseu2016-09-02
* Merge changes from github.Gravatar A. Unique TensorFlower2016-08-26
* Type fix in SparseTensor::PickDims.Gravatar A. Unique TensorFlower2016-08-02
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Introduce tf.sparse_reduce_sum() and a CPU kernel.Gravatar Zongheng Yang2016-04-18
* Add shape and order asserts in SparseTensor constructor.Gravatar A. Unique TensorFlower2016-04-14
* Forcing copy of input tensor, switching to use FastBoundsCheckGravatar David G. Andersen2016-03-16
* Make sparse index error messages more informativeGravatar Geoffrey Irving2016-02-26
* Fix an error message in tf.sparse_to_dense to include the possibility that in...Gravatar A. Unique TensorFlower2016-02-25
* Minor formatting fixes.Gravatar Vijay Vasudevan2016-02-02
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Running our linter on a lot of files.Gravatar Vijay Vasudevan2016-01-24
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* TensorFlow: merge changes from internalGravatar Vijay Vasudevan2015-12-11
* TensorFlow: upstream changes to git.Gravatar Vijay Vasudevan2015-12-08
* 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