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

Updated documentation.

上级 7a7e27a6
...@@ -181,11 +181,12 @@ def fast_compute(*outputs): ...@@ -181,11 +181,12 @@ def fast_compute(*outputs):
class OpFromGraph(gof.Op): class OpFromGraph(gof.Op):
""" """
This create an Op from a list of input results and a list of output This create an L{Op} from a list of input results and a list of output
results. results.
The signature is the same as the signature of FunctionFactory and/or The signature is the same as the signature of L{FunctionFactory}
function and the resulting Op's perform will do the same operation as and/or function and the resulting L{Op}'s perform will do the same
operation as::
function(inputs, outputs, **kwargs) function(inputs, outputs, **kwargs)
Take note that the following arguments will be forcefully set to Take note that the following arguments will be forcefully set to
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论