提交 e3ccdb37 authored 作者: Frédéric Bastien's avatar Frédéric Bastien 提交者: GitHub

Merge pull request #4867 from 317070/patch-4

Fix #4809
...@@ -1107,13 +1107,11 @@ Indexing ...@@ -1107,13 +1107,11 @@ Indexing
Like NumPy, Theano distinguishes between *basic* and *advanced* indexing. Like NumPy, Theano distinguishes between *basic* and *advanced* indexing.
Theano fully supports basic indexing Theano fully supports basic indexing
(see `NumPy's indexing <http://docs.scipy.org/doc/numpy/reference/arrays.indexing.html>`_). (see `NumPy's indexing <http://docs.scipy.org/doc/numpy/reference/arrays.indexing.html>`_)
and `integer advanced indexing
`Integer advanced indexing <http://docs.scipy.org/doc/numpy/reference/arrays.indexing.html#integer>`_. We do not
<http://docs.scipy.org/doc/numpy/reference/arrays.indexing.html#integer>`_ support boolean masks, as Theano does not have a boolean type (we use int8 for the output of
will be supported in 0.6rc4 (or the development version). We do not logic operators).
support boolean masks, as Theano does not have a boolean type (we use
int8 for the output of logic operators).
.. testsetup:: indexing .. testsetup:: indexing
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论