提交 d4868edc authored 作者: Frederic's avatar Frederic

fix typo.

上级 9e8ef450
...@@ -438,20 +438,20 @@ signature: ...@@ -438,20 +438,20 @@ signature:
.. note:: .. note::
Not providing the `infer_shape` method cause shapes related Not providing the `infer_shape` method cause shapes-related
optimization to don't work with that op. For example optimization to not work with that op. For example
`you_op(inputs, ...).shape` will need the op to be executed just `your_op(inputs, ...).shape` will need the op to be executed just
to get the shape. to get the shape.
.. note:: .. note::
As no grad is defined, this mean you won't be able to As no grad is defined, this means you won't be able to
differenciate path that include this op. differentiate paths that include this op.
.. note:: .. note::
It convert the python function to a callable object that take as It converts the python function to a callable object that takes as
inputs Theano variable that was declared. inputs Theano variables that were declared.
as_op Example as_op Example
------------- -------------
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论