提交 5eeee66b authored 作者: nouiz's avatar nouiz

Merge pull request #1093 from goodfeli/name_fgraph

make compiled function's fgraphs have same name as function
......@@ -1337,6 +1337,7 @@ def orig_function(inputs, outputs, mode=None, accept_inplace=False,
profile.compile_time += t2 - t1
fn.name = name
fn.maker.fgraph.name = name
return fn
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论