提交 24a78416 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Fix docstring.

上级 cc70bb41
......@@ -372,9 +372,10 @@ def pfunc(params, outputs=None, mode=None, updates=[], givens=[],
with that string as its `message` attribute. This profiling object will be
available via self.profile.
:type profile: str
:param profile: What to do if a variable in the 'inputs' list is not used
in the graph. Possible values are 'raise', 'warn', and 'ignore.
:type on_unused_input: str
:param on_unused_input: What to do if a variable in the 'inputs' list
is not used in the graph. Possible values are 'raise', 'warn', and
'ignore.
:rtype: theano.compile.Function
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论