aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/sparse
Commit message (Expand)AuthorAge
* Added ABSL_DEPRECATED annotations to various deprecated TensorFlow functions.Gravatar A. Unique TensorFlower2018-09-19
* [SparseTensor] Avoid calling `Tensor::matrix<int64>()` for each element of a ...Gravatar Derek Murray2018-09-12
* Add safe static constructor functions to the sparse tensor library and convertGravatar A. Unique TensorFlower2018-07-12
* Copy dimensions array into GroupIterable instead of storing pointers to it.Gravatar Ilya Biryukov2018-06-11
* 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
* Saveable iterator for Dataset.from_sparse_tensor_slice(..).Gravatar A. Unique TensorFlower2017-11-11
* 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
* Add a SparseAdd op that adds up two SparseTensors.Gravatar Zongheng Yang2016-03-21
* 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
* Many tensorflow/core build clean ups.Gravatar Josh Levenberg2016-01-20
* Replacing reference 'names' variable with 'example_names' variable.Gravatar A. Unique TensorFlower2016-01-20
* Make .h includes more comprehensive in tensorflow/core/.Gravatar Josh Levenberg2016-01-12
* 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