aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/sparse_tensors_map_ops_test.py
Commit message (Expand)AuthorAge
* Add tf.BenchmarkConfig that returns a session config appropriate for benchmar...Gravatar A. Unique TensorFlower2018-10-08
* Replace self.test_session(graph=<an object not None>) with self.session(graph...Gravatar A. Unique TensorFlower2018-09-24
* 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
* Switch callers of tf.pack and tf.unpack to call tf.stack and tf.unstack instead.Gravatar A. Unique TensorFlower2016-11-03
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Store SparseTensors in a Map inside a container for Queue round-trip.Gravatar Eugene Brevdo2016-10-11