提交 f0bb2f21 authored 作者: James Bergstra's avatar James Bergstra

fixed broken refss

上级 e4d6e8f6
......@@ -110,7 +110,7 @@ and giving ``z`` as output:
>>> f = function([x, y], z)
The first argument to :ref:`function <libdoc_compile_function>` is a list of Variables
The first argument to :func:`function <function.function>` is a list of Variables
that will be provided as inputs to the function. The second argument
is a single Variable *or* a list of Variables. For either case, the second
argument is what we want to see as output when we apply the function.
......
......@@ -8,7 +8,7 @@ Using different compiling modes
Mode
====
Everytime :ref:`theano.function <libdoc_compile_function>` is called
Everytime :func:`theano.function <function.function>` is called
the symbolic relationships between the input and output Theano *variables*
are optimized and compiled. The way this compilation occurs
is controlled by the value of the ``mode`` parameter.
......@@ -25,7 +25,7 @@ The default mode is typically ``FAST_RUN``, but it can be controlled via
the environment variable ``THEANO_DEFAULT_MODE``, which can in turn be
overridden by setting `theano.compile.mode.default_mode` directly,
which can in turn be overridden by passing the keyword argument to
:ref:`theano.function <libdoc_compile_function>`.
:func:`theano.function <function.function>`.
================= =============================================================== ===============================================================================
short name Full constructor What does it do?
......@@ -91,7 +91,7 @@ ProfileMode
Beside checking for errors, another important task is to profile your
code. For this Theano uses a special mode called ProfileMode which has
to be passed as an argument to :ref:`theano.function <libdoc_compile_function>`. Using the ProfileMode is a three-step process.
to be passed as an argument to :func:`theano.function <function.function>`. Using the ProfileMode is a three-step process.
Creating a ProfileMode Instance
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论