Skip to content

Commit

Permalink
Add doc on compatibility between variables and arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
toslunar committed Nov 14, 2018
1 parent 65f3e7f commit b28494a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/reference/functions.rst
Expand Up @@ -4,7 +4,9 @@ Functions
.. module:: chainer.functions

Chainer provides variety of built-in function implementations in :mod:`chainer.functions` package.
These functions return a :class:`~chainer.Variable` object or a tuple of multiple :class:`~chainer.Variable` objects.
These functions usually return a :class:`~chainer.Variable` object or a tuple of multiple :class:`~chainer.Variable` objects.
For a :class:`~chainer.Variable` argument of a function, an :ref:`ndarray` can be passed if you do not need its gradient.
Some functions additionally supports scalar arguments.

.. note::
Functions implemented in Chainer consists of the following two parts:
Expand Down

0 comments on commit b28494a

Please sign in to comment.