提交 4b07f9a3 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Cosmetic changes

上级 1800ca6a
...@@ -8,14 +8,14 @@ Basic Tutorial Mini-Reference ...@@ -8,14 +8,14 @@ Basic Tutorial Mini-Reference
Mode Mode
==== ====
============= =========================================================== =============================================================================== ================= =============================================================== ===============================================================================
short name Full constructor What does it do? short name Full constructor What does it do?
============= =========================================================== =============================================================================== ================= =============================================================== ===============================================================================
(default) compile.mode.Mode(linker='py', optimizer=None) Python implementations with zero graph modifications. (default) ``compile.mode.Mode(linker='py', optimizer=None)`` Python implementations with zero graph modifications.
FAST_COMPILE compile.mode.Mode(linker='c|py', optimizer='fast_compile') C implementations where available, quick and cheap graph transformations FAST_COMPILE ``compile.mode.Mode(linker='c|py', optimizer='fast_compile')`` C implementations where available, quick and cheap graph transformations
FAST_RUN compile.mode.Mode(linker='c|py', optimizer='fast_run') C implementations where available, all available graph transformations. FAST_RUN ``compile.mode.Mode(linker='c|py', optimizer='fast_run')`` C implementations where available, all available graph transformations.
DEBUG_MODE compile.debugmode.DebugMode() Both implementations where available, all available graph transformations. DEBUG_MODE ``compile.debugmode.DebugMode()`` Both implementations where available, all available graph transformations.
============= =========================================================== =============================================================================== ================= =============================================================== ===============================================================================
.. _tensortypes: .. _tensortypes:
......
...@@ -91,7 +91,7 @@ Glossary of terminology ...@@ -91,7 +91,7 @@ Glossary of terminology
WRITEME WRITEME
type type
See :ref:`tensortypes` See :ref:`tensortypes` or :ref:`type`.
Variable Variable
A :ref:`Variable` is the main data structure you work with when A :ref:`Variable` is the main data structure you work with when
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论