aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/session_ops_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* Fix an edge case in direct TensorHandle feed during Session.run()Gravatar Shanqing Cai2017-03-20
* Enable the direct use of TensorHandles as feed values through ResourceHandlesGravatar Shanqing Cai2017-03-09
* Merge changes from github.Gravatar Jonathan Hseu2016-12-22
* Rename usages of tf.mul, tf.neg, tf.sub that are used internallyGravatar Andrew Selle2016-12-20
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Fix a doube free bug in persistent tensor. Also improved delete_session_tenso...Gravatar Yuan Yu2016-06-09
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Fix a bug in persistent tensor placement.Gravatar Yuan Yu2016-04-20
* This is another step to make TensorFlow more interactive and flexible to user...Gravatar Yuan Yu2016-04-10