aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/subscribe_test.py
Commit message (Expand)AuthorAge
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* Fix python/framework/subscribe.py and test to work with C API enabled.Gravatar Skye Wanderman-Milne2018-01-10
* Subscribe adds side effect ops with same device and control flow context of t...Gravatar A. Unique TensorFlower2017-08-10
* Correctly handle subscriptions of multiple outputs of the same op.Gravatar A. Unique TensorFlower2017-08-02
* Extends subscribe() to handle Variables and tensors with 'resource' typeGravatar A. Unique TensorFlower2017-03-16
* Extends subscribe syntax to allow side effects to be added to subscribed tens...Gravatar A. Unique TensorFlower2017-01-23
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Change remaining tf.mul -> tf.multiply, tf.neg -> tf.negative, and tf.sub -> ...Gravatar Andrew Selle2016-12-16
* Improve performance of tf.subscribe on large graphs by caching control outputs.Gravatar A. Unique TensorFlower2016-11-08
* Subscribe syntax for allowing side effects when tensors are executed.Gravatar A. Unique TensorFlower2016-11-02