fix broken link

This commit is contained in:
田传武 2017-10-31 00:10:24 -05:00 committed by GitHub
parent d9cee35b66
commit de38e5dffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -329,7 +329,7 @@ described below.
* **`graph`.** By default, a new @{tf.Session} will be bound to---and only able
to run operations in---the current default graph. If you are using multiple
graphs in your program (see [Programming with multiple
graphs](programming-with-multiple-graphs) for more details), you can specify
graphs](#programming_with_multiple_graphs) for more details), you can specify
an explicit @{tf.Graph} when you construct the session.
* **`config`.** This argument allows you to specify a @{tf.ConfigProto} that