提交 f61e0787 authored 作者: Frederic's avatar Frederic

doc

上级 561ac97c
......@@ -526,8 +526,7 @@ def pydotprint(fct, outfile=None,
assert_nb_all_strings=-1,
return_image=False,
):
"""
Print to a file (png format) the graph of a compiled theano function's ops.
"""Print to a file (png format) the graph of a compiled theano function's ops.
:param fct: a compiled Theano function, a Variable, an Apply or
a list of Variable.
......@@ -587,6 +586,11 @@ def pydotprint(fct, outfile=None,
red ellipses are transfers from/to the gpu (ops with names GpuFromHost,
HostFromGpu).
.. note::
Since October 20th, 2014, this print the inner function of all
scan separately after the top level debugprint output.
"""
if colorCodes is None:
colorCodes = default_colorCodes
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论