提交 544edca7 authored 作者: Frederic's avatar Frederic

small fix following code review.

上级 d6d69aa8
...@@ -95,10 +95,11 @@ This could be helpful if one only needs the shape of the output instead of the a ...@@ -95,10 +95,11 @@ This could be helpful if one only needs the shape of the output instead of the a
The :func:`grad` method is required if you want to differentiate some cost whose expression The :func:`grad` method is required if you want to differentiate some cost whose expression
includes your op. includes your op.
The :func:`__str__` is useful in order to provide a more meaningful string The :func:`__str__` method is useful in order to provide a more meaningful
representation of your Op. string representation of your Op.
The :func:`R_op` is needed if you want `theano.tensor.Rop` to work with your op. The :func:`R_op` method is needed if you want `theano.tensor.Rop` to
work with your op.
Op example Op example
---------- ----------
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论