aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/sparse_tensors_map_ops.cc
Commit message (Expand)AuthorAge
* Use the safe sparse tensor API that returns errors rather than crashingGravatar A. Unique TensorFlower2018-07-16
* Update internal SparseTensor C++ implementation to use a vector of int64.Gravatar Eugene Brevdo2017-06-09
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* Make single-parameter constructors explicitGravatar A. Unique TensorFlower2017-05-31
* Annotate overriding functions with "override" or "final" (and not with "virtu...Gravatar A. Unique TensorFlower2017-05-26
* Merge changes from github.Gravatar Shanqing Cai2017-01-23
* Store SparseTensors in a Map inside a container for Queue round-trip.Gravatar Eugene Brevdo2016-10-11