提交 e0d6e9c6 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Small change in doc.

上级 6d1bddbf
...@@ -19,8 +19,8 @@ AddConfigVar('ProfileMode.n_ops_to_print', ...@@ -19,8 +19,8 @@ AddConfigVar('ProfileMode.n_ops_to_print',
IntParam(20, lambda i: i > 0)) IntParam(20, lambda i: i > 0))
AddConfigVar('ProfileMode.min_memory_size', AddConfigVar('ProfileMode.min_memory_size',
"""For the memory profile, don't print apply when the size in bytes """For the memory profile, do not print apply nodes if the size
of its outputs in lower then this threshold""", of their outputs (in bytes) is lower then this threshold""",
IntParam(1024, lambda i: i >= 0)) IntParam(1024, lambda i: i >= 0))
class Profile_Maker(FunctionMaker): class Profile_Maker(FunctionMaker):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论