提交 9393c9e9 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Update comment

上级 67dba25c
...@@ -107,9 +107,9 @@ _logger.addFilter(NoDuplicateOptWarningFilter()) ...@@ -107,9 +107,9 @@ _logger.addFilter(NoDuplicateOptWarningFilter())
""" """
Registry of Ops that have an inner compiled Theano function. Registry of Ops that have an inner compiled Theano function.
The keys are Ops, and values are the name of the attribute that The keys are Op classes (not instances), and values are the name of the
contains the function. For instance, if the function is self.fn, attribute that contains the function. For instance, if the function is
the value will be 'fn'. self.fn, the value will be 'fn'.
We need that to be able not to run debug checks a number of times that is We need that to be able not to run debug checks a number of times that is
exponential in the nesting level of those ops. exponential in the nesting level of those ops.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论