aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/serialize_sparse_op.cc
Commit message (Expand)AuthorAge
* Use the safe sparse tensor API that returns errors rather than crashingGravatar A. Unique TensorFlower2018-07-16
* Move `DeserializeSparseOp<string>` into its own file, mirroring the Variant v...Gravatar Derek Murray2018-06-29
* [tf.data] Optimize the implementation of DeserializeSparseOp<Variant>.Gravatar Derek Murray2018-06-29
* Actually enable the n=1 special case in the DeserializeSparse op.Gravatar Derek Murray2018-06-27
* [tf.data] Fix deserialization of scalar sparse tensors.Gravatar Derek Murray2018-06-27
* Enable the n=1 special case in the DeserializeSparse op.Gravatar Derek Murray2018-04-18
* Mark the `SerializeSparseOp<Variant>` kernel as inexpensive.Gravatar Derek Murray2018-02-21
* TF_CALL_ALL_TYPES should include variantGravatar Alexandre Passos2018-02-02
* Add n=1 special case to the DeserializeSparse op.Gravatar Derek Murray2017-12-08
* Adding variant-based serialization and deserialization for sparse tensors.Gravatar Jiri Simsa2017-12-05
* Re-using (the more general) DeserializeSparse kernel to implement Deserialize...Gravatar Jiri Simsa2017-11-28
* [tf.data] Allow the DeserializeSparse op to accept inconsistent dense shapes.Gravatar Derek Murray2017-11-22
* Adding support for (nested) batching of sparse tensor for tf.data.Gravatar Jiri Simsa2017-11-20
* Supporting sparse tensors as inputs and outputs for user-defined functions pa...Gravatar Jiri Simsa2017-11-13
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* 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
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Fix an error message in tf.sparse_to_dense to include the possibility that in...Gravatar A. Unique TensorFlower2016-02-25
* 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: upstream changes to git.Gravatar Vijay Vasudevan2015-12-08