aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/session_ops.py
Commit message (Expand)AuthorAge
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* Make ResourceHandle not be a protoGravatar Geoffrey Irving2017-06-27
* Add missing $ to guide links.Gravatar Mark Daoust2017-06-09
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Add missing $ to guide links.Gravatar Mark Daoust2017-06-08
* Improve efficiency of get_session_handleGravatar Shanqing Cai2017-04-13
* Fix the problem that no enough placeholders for persistent tensorGravatar A. Unique TensorFlower2017-04-05
* Enable the direct use of TensorHandles as feed values through ResourceHandlesGravatar Shanqing Cai2017-03-09
* Update docs.Gravatar A. Unique TensorFlower2017-02-13
* Change remaining tf.mul -> tf.multiply, tf.neg -> tf.negative, and tf.sub -> ...Gravatar Andrew Selle2016-12-16
* 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
* Make sure we always add nodes to the session graph for persistent tensors.Gravatar Yuan Yu2016-05-25
* 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