提交 e2a25f9f authored 作者: Mohammad Pezeshki's avatar Mohammad Pezeshki

profile argument deleted from printing.debugprint()

上级 233eb68e
...@@ -35,7 +35,7 @@ _logger = logging.getLogger("theano.printing") ...@@ -35,7 +35,7 @@ _logger = logging.getLogger("theano.printing")
def debugprint(obj, depth=-1, print_type=False, def debugprint(obj, depth=-1, print_type=False,
file=None, ids='CHAR', stop_on_name=False, profile=None): file=None, ids='CHAR', stop_on_name=False):
"""Print a computation graph as text to stdout or a file. """Print a computation graph as text to stdout or a file.
:type obj: Variable, Apply, or Function instance :type obj: Variable, Apply, or Function instance
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论