提交 32367dec authored 作者: Frederic Bastien's avatar Frederic Bastien

add in the docstring of pydotprint info about the new color used.

上级 4c019fb9
...@@ -391,6 +391,8 @@ def pydotprint(fct, outfile=os.path.join(config.compiledir,'theano.pydotprint.pn ...@@ -391,6 +391,8 @@ def pydotprint(fct, outfile=os.path.join(config.compiledir,'theano.pydotprint.pn
green ellipse are input to the graph green ellipse are input to the graph
blue ellipse are output of the graph blue ellipse are output of the graph
grey ellipse are var generated by the graph that are not output and are not used. grey ellipse are var generated by the graph that are not output and are not used.
reb ellipse are transfer to/from the gpu.
op with those name GpuFromHost, HostFromGpu
""" """
if not isinstance(mode,ProfileMode) or not mode.fct_call.has_key(fct): if not isinstance(mode,ProfileMode) or not mode.fct_call.has_key(fct):
mode=None mode=None
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论