提交 58f76e88 authored 作者: Jonas Degrave's avatar Jonas Degrave 提交者: GitHub

Fix #4809

Fix issue #4809
上级 5f0cf1c3
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论