File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tensorflow/docs_src/programmers_guide Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ to all API functions in the same context. For example:
8989* Executing ` v = tf.Variable(0) ` adds to the graph a @{tf.Operation} that will
9090 store a writeable tensor value that persists between @{tf.Session.run} calls.
9191 The @{tf.Variable} object wraps this operation, and can be used [ like a
92- tensor] ( #tensor-like-objects ) , which will read the current value of the
92+ tensor] ( #tensor-like_objects ) , which will read the current value of the
9393 stored value. The @{tf.Variable} object also has methods such as
9494 @{tf.Variable.assign$` assign ` } and @{tf.Variable.assign_add$` assign_add ` } that
9595 create @{tf.Operation} objects that, when executed, update the stored value.
You can’t perform that action at this time.
0 commit comments