aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/sparse_add_op_test.py
Commit message (Expand)AuthorAge
* SparseTensorDenseAddOp: add bound checks.Gravatar Zongheng Yang2017-06-13
* sparse_ops: Preserving static shape info in sparse_reshape, sparse_reorder, ...Gravatar Ian Langmore2017-05-03
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* SparseTensor.shape -> SparseTensor.dense_shape part 2...Gravatar Eugene Brevdo2016-12-08
* Part 2d of renaming SparseTensor.shape -> SparseTensor.dense_shapeGravatar Eugene Brevdo2016-12-04
* Part 2b of renaming SparseTensor.shape -> SparseTensor.dense_shapeGravatar Eugene Brevdo2016-12-01
* Fix sparse_ops to accept SparseTensorValue anywhere SparseTensor is allowed.Gravatar A. Unique TensorFlower2016-09-07
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Implement SparseTensor + (dense) Tensor.Gravatar Zongheng Yang2016-04-15
* Reduce test size in sparse_add_op_test.Gravatar Zongheng Yang2016-03-30
* Implement gradients for SparseAdd.Gravatar Zongheng Yang2016-03-25
* Add a SparseAdd op that adds up two SparseTensors.Gravatar Zongheng Yang2016-03-21