提交 a59bf391 authored 作者: James Bergstra's avatar James Bergstra

epydoc-ified one docstring

上级 0d8dc459
...@@ -356,13 +356,13 @@ class FunctionMaker(object): ...@@ -356,13 +356,13 @@ class FunctionMaker(object):
""" """
Create a FunctionMaker for the specified inputs, outputs and mode. Create a FunctionMaker for the specified inputs, outputs and mode.
inputs -> a list of SymbolicInput instances @param inputs: a list of SymbolicInput instances
outputs -> a list of SymbolicOutput instances @param outputs: a list of SymbolicOutput instances
outputs may also be a single Result (not a list), in which outputs may also be a single Result (not a list), in which
case the functions produced by FunctionMaker will return case the functions produced by FunctionMaker will return
their output value directly their output value directly
mode -> a Mode instance telling FunctionMaker how to optimize and link @param mode: a Mode instance telling FunctionMaker how to optimize and link
accept_inplace -> True iff it is acceptable to have inplace operations @param accept_inplace: True iff it is acceptable to have inplace operations
in the graph from the inputs to the outputs in the graph from the inputs to the outputs
""" """
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论