提交 2a6aa829 authored 作者: Frederic's avatar Frederic

Always use the same writting.

上级 49fe6270
...@@ -56,10 +56,10 @@ and the linking (compile c code and make the Python callable returned ...@@ -56,10 +56,10 @@ and the linking (compile c code and make the Python callable returned
by function). by function).
The class, Ops and Apply nodes sections are the same information: The class, Ops and Apply nodes sections are the same information:
information about the apply node that ran. The Ops section takes the information about the Apply node that ran. The Ops section takes the
information from the Apply section and merge the Apply nodes that have information from the Apply section and merge the Apply nodes that have
exactly the same op. If two Apply nodes in the graph have two Ops that exactly the same op. If two Apply nodes in the graph have two Ops that
compare equal, they will be merged. Some ops like Elemwise, will not compare equal, they will be merged. Some Ops like Elemwise, will not
compare equal, if their parameters differ (the scalar being compare equal, if their parameters differ (the scalar being
executed). So the class section will merge more Apply nodes then the executed). So the class section will merge more Apply nodes then the
Ops section. Ops section.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论