aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/subscribe.py
Commit message (Expand)AuthorAge
* - Remove now unnecessary _use_c_api_hack()Gravatar Asim Shankar2018-08-23
* Makes Variable an abstract base class with a factory-constructing metaclass.Gravatar Alexandre Passos2018-07-17
* 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
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
* 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
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-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