aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/client/session.py
Commit message (Expand)AuthorAge
* Added fetch support for attrs classes.Gravatar A. Unique TensorFlower2018-09-21
* Merge pull request #21951 from minggli:doc/sessionGravatar TensorFlower Gardener2018-09-04
|\
* | There were two different error reporting formats within TensorFlow: `{{key va...Gravatar A. Unique TensorFlower2018-09-04
| * minor typo in `make_callable` method.Gravatar Ming Li2018-08-29
|/
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Enable error interpolation in Python.Gravatar James Keeling2018-07-31
* Adding NodeDef names to error messages for better debuggability.Gravatar A. Unique TensorFlower2018-07-27
* Automated rollback of commit b8a9d163d9cbb4b581c044d9c4b1b256c801a9c4Gravatar Russell Power2018-07-26
* Dictionary tracking for tf.keras.Model attribute assignmentGravatar Allen Lavoie2018-07-24
* Automated rollback of commit 8048b3a53d5a919fef74874fcffbec9039e6acd1Gravatar Russell Power2018-07-23
* Destroy tf.Session when the session is closed.Gravatar Russell Power2018-07-23
* Expose each device's incarnation via `Session.list_devices()`.Gravatar Derek Murray2018-07-19
* Auto tracking for Python lists assigned to attributes of Model/CheckpointableGravatar Allen Lavoie2018-06-29
* Guard ops modification and Session.run with a group lock. This lock allows mu...Gravatar Priya Gupta2018-06-25
* Add a `run_metadata` keyword arg for `Session._make_callable_from_options()`.Gravatar Derek Murray2018-06-12
* Remove _USE_C_API staging from session.py.Gravatar Skye Wanderman-Milne2018-06-07
* Check if the session has been deleted before releasing a callable.Gravatar Derek Murray2018-04-12
* Raise exception in SWIG on bad TF_Status from C API.Gravatar Skye Wanderman-Milne2018-03-30
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-03-29
* Merge changes from github.Gravatar Benoit Steiner2018-03-22
* Automated g4 rollback of changelist 189416074Gravatar Derek Murray2018-03-19
* Automated g4 rollback of changelist 189228094Gravatar Derek Murray2018-03-16
* Warn when creating a `tf.InteractiveSession` if another is active.Gravatar Derek Murray2018-03-15
* Make graph construction work while graph is being concurrently run.Gravatar Skye Wanderman-Milne2018-03-06
* Tensorflow: adds additional debugging info to feed_dict failure condition.Gravatar A. Unique TensorFlower2018-02-27
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-31
* Add C0330 bad-continuation check to pylint.Gravatar Yifei Feng2018-01-25
* Automated g4 rollback of changelist 179260538Gravatar Dandelion Man?2017-12-15
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
* Make BaseSession.make_callable work with the C API enabled.Gravatar Skye Wanderman-Milne2017-12-07
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* Create ScopedTFStatus to manage TF_Status lifetime.Gravatar Skye Wanderman-Milne2017-07-17
* Allow callables from Session.make_callable() to take RunOptions and RunMetadataGravatar Shanqing Cai2017-07-05
* Use new C API for Session.partial_run and its setupGravatar A. Unique TensorFlower2017-06-16
* Support list_devices through the C APIGravatar A. Unique TensorFlower2017-06-09
* Optionally use new session API in Python APIGravatar Skye Wanderman-Milne2017-05-26
* Add session.list_devices() APIGravatar Brennan Saeta2017-05-26
* Refactor session.py to reference input Tensors/Operations directly instead of...Gravatar Skye Wanderman-Milne2017-05-25
* Python partial run binding should make call when feeds but no fetches are pro...Gravatar Suharsh Sivakumar2017-05-17
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
* Adds `tf.Session.make_callable()`.Gravatar Derek Murray2017-04-10
* Fix the problem that no enough placeholders for persistent tensorGravatar A. Unique TensorFlower2017-04-05
* Consolidate the session_handle delete session runs.Gravatar A. Unique TensorFlower2017-03-29
* Merge changes from github.Gravatar Martin Wicke2017-03-23
* Fix an edge case in direct TensorHandle feed during Session.run()Gravatar Shanqing Cai2017-03-20
* Avoid raising an exception when we fail to delete a session on shutdown.Gravatar Derek Murray2017-03-15
* Enable the direct use of TensorHandles as feed values through ResourceHandlesGravatar Shanqing Cai2017-03-09