Skip to content

Commit

Permalink
修订一处歧义。
Browse files Browse the repository at this point in the history
修订了get_started的basic_usage.md中Fetches小节的一处歧义。
  • Loading branch information
MorpheusDeng committed Dec 1, 2015
1 parent 1baf217 commit 65c9f54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SOURCE/get_started/basic_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@ with tf.Session():
# [array([ 21.], dtype=float32), array([ 7.], dtype=float32)]
```

所有的 op, 如果需要产生所请求 tensor 的值, 只能运行一次. 这里的一次针对的是 op, 而不是 tensor (译者注:
我的理解是一个 tensor 可能会被多个的 op 使用, 这时候 op 只执行一次, 但是 tensor 被使用了多次 feed).
需要获取的多个 tensor 值,在 op 的一次运行中一起获得(而不是逐个去获取 tensor)。

## Feed <a class="md-anchor" id="AUTOGENERATED-feeds"></a>

Expand Down

0 comments on commit 65c9f54

Please sign in to comment.