提交 c79e0c92 authored 作者: james@crane's avatar james@crane

typos

上级 b755173e
============= =============
N00b Tutorial n00b Tutorial
============= =============
.. contents:: .. contents::
...@@ -68,7 +68,7 @@ try to do something really crazy you'll see an exception right away. ...@@ -68,7 +68,7 @@ try to do something really crazy you'll see an exception right away.
.. _symbolic graph: WRITEME.html .. _symbolic graph: WRITEME.html
To actually use our graph for computation, we have to compile (or build) it into To actually use our graph for computation, we have to compile (or build) it into
a function_ `f`. The compiled function is actually capable of performing a function `f`. The compiled function is actually capable of performing
computation. So after we have built f, we use it to compute the value of y from computation. So after we have built f, we use it to compute the value of y from
a `value input` x. Some argument checking is only possible at run-time, so if a `value input` x. Some argument checking is only possible at run-time, so if
you ask for impossible things (i.e. logarithm of a negative number, sum of you ask for impossible things (i.e. logarithm of a negative number, sum of
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论