提交 71e9f541 authored 作者: Frederic's avatar Frederic

typo

上级 9c6d217f
...@@ -140,9 +140,9 @@ variables to achieve this. Then you can call it like this: ``f.fn()`` or ...@@ -140,9 +140,9 @@ variables to achieve this. Then you can call it like this: ``f.fn()`` or
``f.fn(n_calls=N)`` to speed it up. In the last case, only the last ``f.fn(n_calls=N)`` to speed it up. In the last case, only the last
function output (out of N calls) is returned. function output (out of N calls) is returned.
You can also use the ``c`` linker that will put all node in the same c You can also use the ``C`` linker that will put all nodes in the same C
compilation unit. This remove some overhead between node in the graph, compilation unit. This removes some overhead between node in the graph,
but request that all node have c code: but requires that all nodes in the graph have a C implementation:
.. code-block:: python .. code-block:: python
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论