Skip to content

Commit

Permalink
Merge pull request #17773 from PuchatekwSzortach/session_run_document…
Browse files Browse the repository at this point in the history
…ation

Updated tf.Session.run(...) documentation
  • Loading branch information
sb2nov authored Mar 22, 2018
2 parents ab335c7 + 6271467 commit 118f928
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow/python/client/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,8 @@ def run(self, fetches, feed_dict=None, options=None, run_metadata=None):
Either a single value if `fetches` is a single graph element, or
a list of values if `fetches` is a list, or a dictionary with the
same keys as `fetches` if that is a dictionary (described above).
Order in which `fetches` operations are evaluated inside the call
is undefined.
Raises:
RuntimeError: If this `Session` is in an invalid state (e.g. has been
Expand Down

0 comments on commit 118f928

Please sign in to comment.