提交 f51b38b9 authored 作者: hantek's avatar hantek

delete empty testoutput block

上级 b5d75efa
......@@ -427,6 +427,8 @@ You can try the new Op as follows:
.. testoutput:: example
:hide:
:options: +ELLIPSIS, +SKIP
<BLANKLINE>
.. code-block:: none
......@@ -458,6 +460,8 @@ You can try the new Op as follows:
:hide:
:options: +ELLIPSIS, +SKIP
<BLANKLINE>
.. code-block:: none
[[ 0.02443785 0.67833979 0.91954769 0.95444365]
......
......@@ -156,9 +156,6 @@ the params type.
return ("%(z)s = %(x)s * PyFloat_AsDouble(%(p)s);" %
dict(z=outputs[0], x=inputs[0], p=sub['params']))
.. testoutput::
:hide:
A more complex example
----------------------
......@@ -225,5 +222,3 @@ weights.
%(z)s = alpha_%(name)s * %(x)s + beta_%(name)s * %(y)s;
""" % dict(name=name, z=outputs[0], x=inputs[0], y=inputs[1])
.. testoutput::
:hide:
......@@ -89,7 +89,7 @@ The post-compilation graph:
>>> theano.printing.debugprint(predict) # doctest: +NORMALIZE_WHITESPACE
Elemwise{Composite{GT(scalar_sigmoid((-((-i0) - i1))), i2)}} [id A] '' 4
|CGemv{inplace} [id B] '' 3
|Gemv{inplace} [id B] '' 3
| |AllocEmpty{dtype='float64'} [id C] '' 2
| | |Shape_i{0} [id D] '' 1
| | |x [id E]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论