提交 9ca00aa7 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Minor doc rephrasing

上级 f517e1a0
...@@ -175,9 +175,9 @@ import theano and print the config variable, as in: ...@@ -175,9 +175,9 @@ import theano and print the config variable, as in:
that of numpy. that of numpy.
* On mixed scalar / array operations, numpy tries to prevent the scalar * On mixed scalar / array operations, numpy tries to prevent the scalar
from upcasting the array's type unless it is of a fundamentally from upcasting the array's type unless it is of a fundamentally
different type. However it is not practical to implement in Theano different type. Theano does not attempt to do the same at this point,
a behavior similar to the one currently found in numpy, so Theano so you should be careful that scalars may upcast arrays when they
does not attempt to do the same. would not when using numpy.
.. attribute:: int_division .. attribute:: int_division
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论