提交 3c0f4f90 authored 作者: Christof Angermueller's avatar Christof Angermueller

Revise documentation of printing.py

上级 1c85bd0a
...@@ -558,8 +558,8 @@ def pydotprint(fct, outfile=None, ...@@ -558,8 +558,8 @@ def pydotprint(fct, outfile=None,
assert_nb_all_strings=-1, assert_nb_all_strings=-1,
return_image=False, return_image=False,
): ):
"""Print to a file (png or svg format) the graph of a compiled theano """Print to a file the graph of a compiled theano function's ops. Supports
function's ops. Depends on the pydot package. all pydot output formats, including png and svg.
:param fct: a compiled Theano function, a Variable, an Apply or :param fct: a compiled Theano function, a Variable, an Apply or
a list of Variable. a list of Variable.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论