提交 f1394e20 authored 作者: Joseph Turian's avatar Joseph Turian

Small changes to Op

上级 c7ecdb3f
...@@ -15,10 +15,10 @@ An Op is any object which defines the following methods: ...@@ -15,10 +15,10 @@ An Op is any object which defines the following methods:
- **make_node(*inputs)** - **make_node(*inputs)**
- This method is responsible for creating output Results of a suitable Type - This method is responsible for creating output Results of a suitable Type
to serve as the outputs of this Op's application. It should put these to serve as the outputs of this Op's application. This method should put these
outputs into an Apply instance, and return the Apply instance. outputs into an Apply instance, and return the Apply instance.
- This important function creates an Apply node representing the - This method creates an Apply node representing the
application of the Op on the inputs provided. If the Op cannot be application of the Op on the inputs provided. If the Op cannot be
applied on these inputs, it must raise an appropriate applied on these inputs, it must raise an appropriate
exception. exception.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论