Skip to content

Commit

Permalink
Merge pull request #79 from MorpheusDeng/master
Browse files Browse the repository at this point in the history
修订一处歧义。
  • Loading branch information
floydzhang315 committed Dec 2, 2015
2 parents c7a8687 + 65c9f54 commit 8027455
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 8027455

Please sign in to comment.