提交 b3f54e3a authored 作者: Frédéric Bastien's avatar Frédéric Bastien 提交者: GitHub

Merge pull request #4605 from Sentient07/extending_docfix

Removed repetition
...@@ -122,8 +122,6 @@ An op has to implement some methods defined in the the interface of ...@@ -122,8 +122,6 @@ An op has to implement some methods defined in the the interface of
the method :func:`make_node` or :attr:`itypes`, :attr:`otypes` and one of the the method :func:`make_node` or :attr:`itypes`, :attr:`otypes` and one of the
implementation methods, either :func:`perform`, :meth:`Op.c_code` implementation methods, either :func:`perform`, :meth:`Op.c_code`
or :func:`make_thunk`. or :func:`make_thunk`.
method :func:`make_node` and one of the implementation methods, either
:func:`perform`, :meth:`Op.c_code` or :func:`make_thunk`.
:func:`make_node` method creates an Apply node representing the application :func:`make_node` method creates an Apply node representing the application
of the op on the inputs provided. This method is reponsible for three things: of the op on the inputs provided. This method is reponsible for three things:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论